pub trait Object: OutputType + InterfaceTarget + ParentType {
    const NAME: &'static str = <Self as OutputType>::NAME;
}

Provided Associated Constants§

Implementors§