1
2
3
pub trait DelegateComponent<Name> {
    type Delegate;
}