Skip to main content

ResponseFnMapperServiceLayer

Type Alias ResponseFnMapperServiceLayer 

Source
pub type ResponseFnMapperServiceLayer = ServiceBuilder<Stack<MapResponseLayer<fn(Response<Body>) -> Response<Body>>, Identity>>;

Aliased Typeยง

pub struct ResponseFnMapperServiceLayer { /* private fields */ }