gio::prelude

Trait SimpleProxyResolverExtManual

Source
pub trait SimpleProxyResolverExtManual:
    Sealed
    + IsA<SimpleProxyResolver>
    + 'static {
    // Provided method
    fn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV) { ... }
}

Provided Methods§

Source

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.

Implementors§