Method lrs::socket::ip::Ipv6Addr::is_multicast

Compares the address to the multicast prefix ff00::/8.

Syntax

impl Ipv6Addr {
    fn is_multicast(&self) -> bool
}