[][src]Trait seed_comp_helpers::helpers::fetch_hooks::use_fetch_collection_hook::UseFetchCollectionStatusTrait

pub trait UseFetchCollectionStatusTrait: Clone {
    fn status(&self) -> UseFetchStatus;
fn dispatch<Ms: Default + Clone + 'static, Mdl: 'static>(&self); }

Required methods

fn status(&self) -> UseFetchStatus

fn dispatch<Ms: Default + Clone + 'static, Mdl: 'static>(&self)

Loading content...

Implementations on Foreign Types

impl<T, J> UseFetchCollectionStatusTrait for StateAccess<UseFetchCollection<T, J>> where
    T: Clone + DeserializeOwned + 'static,
    J: Clone + Serialize + 'static, 
[src]

Loading content...

Implementors

Loading content...