Trait rtt::TransIntoPath [] [src]

pub trait TransIntoPath<RN> {
    type RttPath;
    type Error;
    fn into_path(self, rtt_node: RN) -> Result<Self::RttPath, Self::Error>;
}

Associated Types

Required Methods

Implementors