pub trait NlmsgHeaderExt: NlmsgHeader + Sealed {
// Provided method
fn read<'a>(buf: &mut &'a [u8]) -> Result<(usize, Self, &'a [u8])>
where Self: Pod { ... }
}👎Deprecated: beta features are subject to change at any time
Expand description
Extension trait for netlink message headers
See also the crate documentation.
Provided Methods§
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.