Type Alias UnderlyingService

Source
pub type UnderlyingService = BoxCloneService<Request<UnsyncBoxBody<Bytes, Status>>, Response<Incoming>, Error>;
Expand description

?

Aliased Typeยง

pub struct UnderlyingService(/* private fields */);