pub trait LoadBalance { // Required method fn get_peer<'a>(&self, peers: &'a [String]) -> Option<&'a String>; }