pub type MixinMembers<'a> = Vec<MixinMember<'a>>;Expand description
Parses the members declarations of a mixin
Aliased Typeยง
struct MixinMembers<'a> { /* private fields */ }pub type MixinMembers<'a> = Vec<MixinMember<'a>>;Parses the members declarations of a mixin
struct MixinMembers<'a> { /* private fields */ }