pub trait GetProxy { // Required method fn get_proxy(&mut self, net: Network, proxy_info: &mut ProxyType) -> bool; }