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

pub struct RandomAlgorithm;

Trait Implementations

impl Debug for RandomAlgorithm
[src]

Formats the value using the given formatter. Read more

impl LoadBalancingAlgorithm for RandomAlgorithm
[src]

Auto Trait Implementations