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

Required Methods§

source

fn get_proxy(&mut self, net: Network, proxy_info: &mut ProxyType) -> bool

Implementors§