pub trait ProxyTrait { // Required method fn proxies(&self, username: &str, password: &str) -> Vec<ProxyInfo>; }