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

Required Methods§

Implementors§