Trait protoflow_blocks::SystemExecution

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

Required Methods§

source

fn execute(self) -> Result<Rc<dyn Process>, BlockError>

Executes the system, returning the system process.

Implementors§

source§

impl SystemExecution for protoflow_core::system::System

source§

impl SystemExecution for protoflow_blocks::System