pub trait GroupSource {
    fn to_group() -> GroupDef;
}
Expand description

A type which defines a component group.

Required methods

Creates a group definition.

Implementations on Foreign Types

Implementors