pub trait Command { // Required method fn to_raw(&self) -> String; }
Interface for all commands
Convert command to printable string