[][src]Trait rusty_state::machine::Feature

pub trait Feature<T: State> {
    pub fn allowed(self, state: &T) -> bool;
}

Required methods

pub fn allowed(self, state: &T) -> bool

Loading content...

Implementors

Loading content...