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

Required Associated Constants§

Implementors§