Struct sozu_lib::network::load_balancing::LeastConnectionsAlgorithm[][src]

pub struct LeastConnectionsAlgorithm;

Trait Implementations

impl Debug for LeastConnectionsAlgorithm
[src]

Formats the value using the given formatter. Read more

impl LoadBalancingAlgorithm for LeastConnectionsAlgorithm
[src]

Auto Trait Implementations