pub type Servicer = Arc<dyn ServiceDyn>;Expand description
Type-erased service handle used by layer composition and operators.
Aliased Typeยง
pub struct Servicer { /* private fields */ }pub type Servicer = Arc<dyn ServiceDyn>;Type-erased service handle used by layer composition and operators.
pub struct Servicer { /* private fields */ }