[][src]Function proc_macro_roids::tag_meta_list

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

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

For an owned version of the iterator, see tag_meta_list_owned

Parameters

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