Skip to main content

Runner

Trait Runner 

Source
pub trait Runner {
    // Required method
    fn run(&self, input_words: &[u32]) -> Result<ExecutionResult>;
}
Expand description

Host runner interface.

Required Methods§

Source

fn run(&self, input_words: &[u32]) -> Result<ExecutionResult>

Implementors§