pub trait SimpleProxyResolverExtManual: 'static {
    // Required method
    fn set_ignore_hosts(&self, ignore_hosts: &[&str]);
}

Required Methods§

source

fn set_ignore_hosts(&self, ignore_hosts: &[&str])

Implementors§