[][src]Trait ipext::IpExt

pub trait IpExt {
    fn is_global(&self) -> bool;
}

Required methods

fn is_global(&self) -> bool

Loading content...

Implementations on Foreign Types

impl IpExt for Ipv4Addr[src]

impl IpExt for Ipv6Addr[src]

impl IpExt for IpAddr[src]

Loading content...

Implementors

Loading content...