Trait protoflow_blocks::SystemExecution
source · pub trait SystemExecution {
// Required method
fn execute(self) -> Result<Rc<dyn Process>, BlockError>;
}pub trait SystemExecution {
// Required method
fn execute(self) -> Result<Rc<dyn Process>, BlockError>;
}