pub type Svc<S, L> = RateLimit<AdaptiveConcurrencyLimit<Retry<FibonacciRetryPolicy<L>, Timeout<S>>, L>>;
Aliased Typeยง
struct Svc<S, L> { /* private fields */ }
pub type Svc<S, L> = RateLimit<AdaptiveConcurrencyLimit<Retry<FibonacciRetryPolicy<L>, Timeout<S>>, L>>;
struct Svc<S, L> { /* private fields */ }