pub trait CommandId { // Required methods fn subsystem(&self) -> u8; fn cmd_type(&self) -> u8; fn cmd_id(&self) -> u8; }