Trait SystemExecution

Source
pub trait SystemExecution {
    // Required method
    fn execute(self) -> BlockResult<Rc<dyn Process>>;
}

Required Methods§

Source

fn execute(self) -> BlockResult<Rc<dyn Process>>

Executes the system, returning the system process.

Implementors§