gio::prelude

Trait NetworkAddressExt

Source
pub trait NetworkAddressExt:
    IsA<NetworkAddress>
    + Sealed
    + 'static {
    // Provided methods
    fn hostname(&self) -> GString { ... }
    fn port(&self) -> u16 { ... }
    fn scheme(&self) -> Option<GString> { ... }
}

Provided Methods§

Source

fn hostname(&self) -> GString

Source

fn port(&self) -> u16

Source

fn scheme(&self) -> Option<GString>

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§