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

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

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

Associated Constants

const NAME: &'static str[src]

Name of the provided service

Loading content...

Implementors

Loading content...