Trait 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.

Implementations on Foreign Types§

Source§

impl SystemExecution for System

Implementors§

Source§

impl SystemExecution for protoflow::System