[][src]Function proc_macro_roids::tag_meta_list_owned

pub fn tag_meta_list_owned<'f>(
    namespace_meta_lists: Vec<MetaList>,
    tag: &'f Path
) -> impl Iterator<Item = MetaList> + 'f

Returns an iterator over meta lists from #[namespace(tag(..))].

Parameters

  • namespace_meta_lists: The #[namespace(..)] meta lists.
  • tag: The path() of the second-level attribute.