pub unsafe trait Members { // Required method fn members() -> &'static [TypeId]; }
Trait to get the members (type-ids) of a set.
Implement AsSet instead.
AsSet
Get the members (type-ids) of this set.