Trait rtt::TransNoTransition [] [src]

pub trait TransNoTransition<RNS> {
    type Rtt;
    type Error;
    fn no_transition(self, rtts_node: RNS) -> Result<Self::Rtt, Self::Error>;
}

Associated Types

Required Methods

Implementors