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

Provided Associated Constants§

source

const NAME: &'static str = <Self as OutputType>::NAME

Implementors§