Type Definition service_async::BoxedMakeService

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