Type Alias InstrumentedService
Source
pub type InstrumentedService<S, R> = Service<Service<S, R>>;
pub struct InstrumentedService<S, R> { }
Implementations
Trait Implementations
Performs copy-assignment from
source.
Read more
Formats the value using the given formatter.
Read more
Responses given by the service.
Errors produced by the service.
The future response value.
Returns
Poll::Ready(Ok(())) when the service is able to process requests.
Read more
Process the request and return the response asynchronously.
Read more