Trait crux::State [] [src]

pub trait State {
    type Action;
    fn reduce(&mut self, action: Self::Action);
}

Associated Types

Required Methods

Implementors