Trait IpExt

Source
pub trait IpExt {
    // Required method
    fn is_global(&self) -> bool;
}

Required Methods§

Source

fn is_global(&self) -> bool

Implementations on Foreign Types§

Source§

impl IpExt for IpAddr

Source§

fn is_global(&self) -> bool

Source§

impl IpExt for Ipv4Addr

Source§

fn is_global(&self) -> bool

Source§

impl IpExt for Ipv6Addr

Source§

fn is_global(&self) -> bool

Implementors§