pub trait GroupSource { fn to_group() -> GroupDef; }
A type which defines a component group.
Creates a group definition.