pub trait CommandPackage {
    // Required method
    fn command_code() -> CommandCode;
}

Required Methods§

Implementors§