pub trait Service: Send + Sync + 'static {
    fn service_name() -> String { ... }
}

Provided Methods

Implementors