Trait libunseemly::walk_mode::WalkElt[][src]

pub trait WalkElt: Clone + Debug + Display + Reifiable + PartialEq {
    fn from_ast(a: &Ast) -> Self;
fn to_ast(&self) -> Ast; }
Expand description

This trait makes a type producable by positive and negative walks.

Required methods

Implementors