pub trait NamedService {
    fn name(&self) -> String;
}
Expand description

The service which implements this trait has a name.

Required Methods

Implementors