Trait CommandFormatter

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

Required Methods§

Source

fn ty_display(&self, ty: CommandType) -> &'static str

Implementors§