Type Alias ArcMakeBoxedService

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

Aliased Typeยง

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