Type Alias service_async::ArcMakeService

source ·
pub type ArcMakeService<S, E> = Arc<dyn MakeService<Service = S, Error = E> + Send + Sync + 'static>;

Aliased Type§

struct ArcMakeService<S, E> { /* private fields */ }