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

Associated Constants

Implementors