Struct crux::Store [] [src]

pub struct Store<T> where T: State + Clone { /* fields omitted */ }

Methods

impl<T> Store<T> where T: State + Send + Sync + Clone + 'static, T::Action: Send
[src]

Trait Implementations

impl<T: Clone> Clone for Store<T> where T: State + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more