Skip to main content

Runnable

Trait Runnable 

Source
pub trait Runnable {
    // Required method
    fn run(&mut self, arg: NodeValue) -> Result<NodeValue>;
}

Required Methods§

Source

fn run(&mut self, arg: NodeValue) -> Result<NodeValue>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§