pub trait CommandFormatter:
Send
+ Sync
+ Debug
+ 'static {
// Required method
fn ty_display(&self, ty: CommandType) -> &'static str;
}
pub trait CommandFormatter:
Send
+ Sync
+ Debug
+ 'static {
// Required method
fn ty_display(&self, ty: CommandType) -> &'static str;
}