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

Provided Associated Constants§

source

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

Implementors§