pub trait SimpleProxyResolverExtManual:
Sealed
+ IsA<SimpleProxyResolver>
+ 'static {
// Provided method
fn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV) { ... }
}
Provided Methods§
Sourcefn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV)
fn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.