Type Alias FactoryTx
pub type FactoryTx<F> = <<F as DatabaseProviderFactory>::DB as Database>::TX;
Available on crate feature
provider
only.Expand description
Helper type alias to get the associated transaction type from a DatabaseProviderFactory
.
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.