Trait ActiveNode

Source
pub trait ActiveNode: Node {
    // Required method
    fn transitions(&self) -> &Vec<Transition>;
}

Required Methods§

Implementors§