Trait gio::prelude::NetworkAddressExt
source · pub trait NetworkAddressExt: 'static {
// Required methods
fn hostname(&self) -> GString;
fn port(&self) -> u16;
fn scheme(&self) -> Option<GString>;
}
pub trait NetworkAddressExt: 'static {
// Required methods
fn hostname(&self) -> GString;
fn port(&self) -> u16;
fn scheme(&self) -> Option<GString>;
}