Struct tokio_retry::middleware::ServiceRequest [] [src]

pub struct ServiceRequest<S: Service> { /* fields omitted */ }

Represents a retryable request to a service.

Trait Implementations

impl<S: Service> Action for ServiceRequest<S> where
    S::Request: Clone
[src]

The error that the future may resolve with.

The item that the future may resolve with.

The future that this action produces.