pub trait NetworkAddressExt: 'static {
// Required methods
fn get_hostname(&self) -> Option<GString>;
fn get_port(&self) -> u16;
fn get_scheme(&self) -> Option<GString>;
}
pub trait NetworkAddressExt: 'static {
// Required methods
fn get_hostname(&self) -> Option<GString>;
fn get_port(&self) -> u16;
fn get_scheme(&self) -> Option<GString>;
}