VmExecutionConfig

Trait VmExecutionConfig 

Source
pub trait VmExecutionConfig<F> {
    type Executor: AnyEnum + Send + Sync;

    // Required method
    fn create_executors(
        &self,
    ) -> Result<ExecutorInventory<Self::Executor>, ExecutorInventoryError>;
}

Required Associated Types§

Required Methods§

Implementors§