Trait preserves_path::step::Step

source ·
pub trait Step: Debug {
    fn accept(&mut self, ctxt: &mut Context<'_>, value: &IOValue);
    fn finish(&mut self);
    fn reset(&mut self) -> Vec<IOValue> ;
}

Required Methods§

Implementors§