Function rustc_attr::filter_by_name
source ยท pub fn filter_by_name(
attrs: &[Attribute],
name: Symbol,
) -> impl Iterator<Item = &Attribute>
pub fn filter_by_name(
attrs: &[Attribute],
name: Symbol,
) -> impl Iterator<Item = &Attribute>