pub trait Command:
BytesSerializable
+ Validatable<IggyError>
+ Send
+ Sync
+ Display {
// Required method
fn code(&self) -> u32;
}pub trait Command:
BytesSerializable
+ Validatable<IggyError>
+ Send
+ Sync
+ Display {
// Required method
fn code(&self) -> u32;
}