[][src]Trait seed_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<T>, 
[src]

Loading content...