Trait gio::prelude::NetworkAddressExt
source · pub trait NetworkAddressExt: IsA<NetworkAddress> + Sealed + 'static {
// Provided methods
fn hostname(&self) -> GString { ... }
fn port(&self) -> u16 { ... }
fn scheme(&self) -> Option<GString> { ... }
}
Expand description
Provided Methods§
Object Safety§
This trait is not object safe.