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

pub trait IntoList<I> {
    fn items(&self) -> Vec<I>;
}

Required methods

fn items(&self) -> Vec<I>

Loading content...

Implementors

Loading content...