DefaultLb

Type Alias DefaultLb 

Source
pub type DefaultLb = LbConfig<WeightedRandomBalance<DiscoverKey>, DnsResolver>;
Available on crate feature client only.
Expand description

Default load balance with DnsResolver

Aliased Type§

pub struct DefaultLb { /* private fields */ }

Trait Implementations§

Source§

impl Default for DefaultLb

Source§

fn default() -> Self

Returns the “default value” for a type. Read more