pub fn is_proc_macro(attrs: &[impl AttributeExt]) -> boolExpand description
Returns true if the attributes contain any of proc_macro,
proc_macro_derive or proc_macro_attribute, false otherwise
pub fn is_proc_macro(attrs: &[impl AttributeExt]) -> boolReturns true if the attributes contain any of proc_macro,
proc_macro_derive or proc_macro_attribute, false otherwise