Trait webwire::service::provider::NamedProvider[][src]

pub trait NamedProvider<S: Sync + Send>: Provider<S> {
    const NAME: &'static str;
}
Expand description

This trait adds a service name to the service provider which is used for the router.

Associated Constants

Name of the provided service

Implementors