pub trait Name {
    fn name() -> &'static str;
}

Required Methods

Implementations on Foreign Types

Implementors