Trait preserves_path::step::StepMaker[][src]

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

Required methods

Implementations on Foreign Types

Implementors