pub type MemberList = Vec<Member>;
A list of struct or union members
pub struct MemberList { /* private fields */ }