reqwest_lb

Type Alias BoxLoadBalancer

source
pub type BoxLoadBalancer<I, E> = Box<dyn LoadBalancer<Element = I, Error = E, Future = BoxFuture<'static, Result<Option<I>, E>>> + Send + Sync>;

Aliased Typeยง

struct BoxLoadBalancer<I, E>(/* private fields */);