Method lrs::socket::ip::Ipv4Addr::is_current

Compares the address to the current prefix 0.0.0.0/8.

Syntax

impl Ipv4Addr {
    fn is_current(self) -> bool
}