[−][src]Function proc_macro_roids::tag_parameters
pub fn tag_parameters<NS, Tag>(
attrs: &[Attribute],
namespace: NS,
tag: Tag
) -> Vec<Meta> where
Ident: PartialEq<NS>,
Ident: PartialEq<Tag>,
Returns the parameters from #[namespace(tag(param1, param2, ..))]
.
Parameters
attrs
: Attributes of the item to inspect.namespace
: Thename()
of the first-level attribute.tag
: Thename()
of the second-level attribute.