[][src]Trait atomic_hooks::ChangedAtomState

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

Required methods

fn changed(&self) -> bool

Loading content...

Implementors

impl<T, U, A> ChangedAtomState for ReactiveStateAccess<T, U, A> where
    T: Clone + 'static + PartialEq
[src]

Loading content...