[][src]Type Definition weedle::attribute::ExtendedAttributeList

type ExtendedAttributeList<'a> = Bracketed<Punctuated<ExtendedAttribute<'a>, Comma>>;

Parses a list of attributes. Ex: [ attribute1, attribute2 ]