Skip to main content

Substrate

Trait Substrate 

Source
pub trait Substrate: Send + Sync {
    // Required methods
    fn execute(
        &self,
        cmd: SubstrateCommand,
    ) -> Result<SubstrateResult, SubstrateError>;
    fn is_available(&self) -> bool;
}

Required Methods§

Implementors§