Trait preserves_path::step::StepMaker [−][src]
pub trait StepMaker {
fn connect(&self, step: Node) -> Result<Node, CompilationError>;
}pub trait StepMaker {
fn connect(&self, step: Node) -> Result<Node, CompilationError>;
}