Trait protoflow_core::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§