UnderlyingService

Type Alias UnderlyingService 

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

?

Aliased Typeยง

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