cgp_component/traits/
delegate_component.rs

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