Type Alias SharedService

Source
pub type SharedService<E> = Box<dyn Service<Error = E>>;
Expand description

Shared service client type alias.

Aliased Typeยง

pub struct SharedService<E>(/* private fields */);