rustc_ast::attr

Function find_by_name

Source
pub fn find_by_name<A: AttributeExt>(attrs: &[A], name: Symbol) -> Option<&A>