pub type ArcMakeBoxedService<Req, Resp, SE, ME> = ArcMakeService<BoxedService<Req, Resp, SE>, ME>;

Aliased Type§

struct ArcMakeBoxedService<Req, Resp, SE, ME> { /* private fields */ }