packet_formats::icmp::mld

Trait IcmpMldv1MessageType

Source
pub trait IcmpMldv1MessageType: Mldv1MessageType + IcmpMessage<Ipv6, Code = IcmpUnusedCode> { }
Expand description

The trait for all ICMPv6 messages holding MLDv1 messages.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§