Type Alias BlockExecutorFor
pub type BlockExecutorFor<'a, F, DB, I = NoOpInspector> = <F as BlockExecutorFactory>::Executor<'a, DB, I>;Expand description
A helper trait encapsulating the constraints on BlockExecutor produced by the
BlockExecutorFactory to avoid duplicating them in every implementation.
Layoutยง
Note: Encountered an error during type layout; the type failed to be normalized.