pub trait Node {
    fn node_step(&mut self, runner: NodeRunner) -> String;
}

Required methods

Implementations on Foreign Types

Implementors