pub trait HasFixedCommandId: HasCommandId {
    const COMMAND_ID: u16;
}

Required Associated Constants

Implementors