pub type BoxedMakeService<S, E> = Box<dyn MakeService<Service = S, Error = E> + Send + Sync + 'static>;

Aliased Type§

struct BoxedMakeService<S, E>(/* private fields */);