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

Required methods

Implementors