Command

Trait Command 

Source
pub trait Command {
    // Required method
    fn to_raw(&self) -> String;
}
Expand description

Interface for all commands

Required Methods§

Source

fn to_raw(&self) -> String

Convert command to printable string

Implementors§