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

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

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