pub trait Interface: OutputType {
    const MARK: u64;
    const NAME: &'static str = <Self as OutputType>::NAME;
}

Required Associated Constants§

Provided Associated Constants§

source

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

Implementors§