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

Required Methods

Implementors