Type Definition weedle::attribute::ExtendedAttributeList
source · [−]pub type ExtendedAttributeList<'a> = Bracketed<Punctuated<ExtendedAttribute<'a>, Comma>>;Expand description
Parses a list of attributes. Ex: [ attribute1, attribute2 ]