//! Various load balancer implementations.
pubmodp2c;#[doc(inline)]pubusep2c::p2c;/// Represents a change to a pool of [services](crate::Service).
#[derive(Debug)]pubenumChange<K, V> {/// Inserts a service into the collection.
Insert(K, V),/// Removes a service from the collection.
Remove(K),}