pub trait InputObject: InputType {
    const NAME: &'static str = <Self as InputType>::NAME;
}

Provided Associated Constants§

Implementors§