HasServiceRequest

Trait HasServiceRequest 

Source
pub trait HasServiceRequest<T> { }
Expand description

A trait indicating that a service has members of the given type.

Services are currently limited to only having protocol members with a single type, so only one instance of this trait will be implemented for each service.

Implementorsยง