pub trait Named {
    const NAME: &'static str;
}

Associated Constants

Implementors