pub trait StepMaker {
    fn connect(&self, step: Node) -> Result<Node, CompilationError>;
}

Required Methods

Implementations on Foreign Types

Implementors