Trait path_semantics_std::ExPath [] [src]

pub trait ExPath {
    type Lift;
    fn ex_path(&self) -> Self::Lift;
}

Associated Types

Required Methods

Implementors