pub fn is_proc_macro(attrs: &[impl AttributeExt]) -> bool
Expand 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]) -> bool
Returns true if the attributes contain any of proc_macro
,
proc_macro_derive
or proc_macro_attribute
, false otherwise