Skip to main content

IpNetExt

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IpNetExt for IpNet

Source§

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

Implementors§