Type Alias service_async::BoxedMakeService
source · pub type BoxedMakeService<S, E> = Box<dyn MakeService<Service = S, Error = E> + Send + Sync + 'static>;
Aliased Type§
struct BoxedMakeService<S, E>(/* private fields */);
pub type BoxedMakeService<S, E> = Box<dyn MakeService<Service = S, Error = E> + Send + Sync + 'static>;
struct BoxedMakeService<S, E>(/* private fields */);