Trait proc_easy::EasyAttributes
source · [−]pub trait EasyAttributes {
fn parse(attrs: &[Attribute], span: Span) -> Result<Self>
where
Self: Sized;
}Expand description
Collection of attributes that can be parsed from array of attributes.
Can be easily applied to attributes vector parsed by syn.