[][src]Trait atomic_hooks::ChangedState

pub trait ChangedState {
    fn changed(&self) -> bool;
}

Required methods

fn changed(&self) -> bool

Loading content...

Implementors

impl<T> ChangedState for StateAccess<T> where
    T: Clone + 'static + PartialEq
[src]

Loading content...