[][src]Trait ipset_lookup::lookup::Lookup

pub trait Lookup {
    fn lookup_by_ip(&self, ip: Ipv4Addr) -> bool;
}

Required methods

fn lookup_by_ip(&self, ip: Ipv4Addr) -> bool

Loading content...

Implementations on Foreign Types

impl Lookup for Vec<Ipv4Network>[src]

impl Lookup for Vec<Ipv4Addr>[src]

Loading content...

Implementors

Loading content...