Service

Type Alias Service 

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

Aliased Typeยง

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