Trait protoflow_core::SystemExecution
source · pub trait SystemExecution {
// Required method
fn execute(self) -> BlockResult<Rc<dyn Process>>;
}
Required Methods§
sourcefn execute(self) -> BlockResult<Rc<dyn Process>>
fn execute(self) -> BlockResult<Rc<dyn Process>>
Executes the system, returning the system process.