[][src]Function hdk::utils::get_links_and_load_type

pub fn get_links_and_load_type<R: TryFrom<AppEntryValue>>(
    base: &Address,
    link_type: LinkMatch<&str>,
    tag: LinkMatch<&str>
) -> ZomeApiResult<Vec<R>>

Helper function that perfoms a try_from for every entry of a get_links_and_load for a given type. Any entries that either fail to load or cannot be converted to the type will be dropped.