pub trait ImplCommandMsg: Sized {
const CMD_ID: u16;
const PAYLOAD_SIZE: u16;
}Expand description
Required Associated Constants§
Sourceconst CMD_ID: u16
const CMD_ID: u16
See Marshaler::CMD_ID for details.
Sourceconst PAYLOAD_SIZE: u16
const PAYLOAD_SIZE: u16
See Marshaler::PAYLOAD_SIZE for details.
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.