pub trait TParam: Debug {
    fn get_v<'a>(&'a self, s: &[VarPart]) -> TBop<'a>;
}

Required Methods

Implementations on Foreign Types

Implementors