Trait rtt::TransRootNode [] [src]

pub trait TransRootNode<RT> {
    type RttNodeRef;
    type Error;
    fn root_node(self, rtt: &mut RT) -> Result<Self::RttNodeRef, Self::Error>;
}

Associated Types

Required Methods

Implementors