pub trait LogCfgCmd:
PartialEq
+ Clone
+ From<u8>
+ Into<u8>
+ Copy
+ Size
+ TypeSize
+ for<'a> FromBytes<'a>
+ ToBytes
+ Debug { }
Expand description
Parameters for the NfLogCfg::Cmd
.
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.