Trait rtt::TransIntoPath [] [src]

pub trait TransIntoPath<RT, NR> {
    type RttPath;
    type Error;
    fn into_path(
        self,
        rtt: RT,
        node_ref: NR
    ) -> Result<Self::RttPath, Self::Error>; }

Associated Types

Required Methods

Implementors