[][src]Trait stores::Reduceable

pub trait Reduceable<A> where
    A: Sync + Send,
    Self: Sized
{ fn reduce(state: State<Self>, action: &A) -> State<Self>; }

Required methods

fn reduce(state: State<Self>, action: &A) -> State<Self>

Loading content...

Implementors

Loading content...