Trait rtt::TransHasTransition [] [src]

pub trait TransHasTransition<RT, NR, S> {
    type RttNodeRef;
    type Error;
    fn has_transition(
        self,
        rtt: &mut RT,
        node_ref: NR,
        sample: S
    ) -> Result<Self::RttNodeRef, Self::Error>; }

Associated Types

Required Methods

Implementors