Type Alias Service

Source
pub type Service<In, Out> = Arc<ServiceFrontend<In, Out>>;

Aliased Typeยง

struct Service<In, Out> { /* private fields */ }