Type Alias ClientService

Source
pub type ClientService<IL = Identity, OL = Identity, LB = DefaultLB> = <OL as Layer<<<LB as MkLbLayer>::Layer as Layer<<IL as Layer<ClientMetaService>>::Service>>::Service>>::Service;
Available on crate feature client only.
Expand description

Client generated service with given IL, OL and LB