Trait rtt::TransNoTransition [] [src]

pub trait TransNoTransition<RT, NR> {
    type Error;
    fn no_transition(
        self,
        rtt: &mut RT,
        node_ref: NR
    ) -> Result<(), Self::Error>; }

Associated Types

Required Methods

Implementors