Trait IpNetExt

Source
pub trait IpNetExt {
    // Required method
    fn is_assignable(&self, ip: &IpAddr) -> bool;
}

Required Methods§

Source

fn is_assignable(&self, ip: &IpAddr) -> bool

Implementations on Foreign Types§

Source§

impl IpNetExt for IpNet

Source§

fn is_assignable(&self, ip: &IpAddr) -> bool

Implementors§