macro_rules! read_command {
() => { ... };
($start: expr) => { ... };
($start: expr, $limit: expr) => { ... };
}Expand description
The read_command macro reads and
returns the concat of all letter.
macro_rules! read_command {
() => { ... };
($start: expr) => { ... };
($start: expr, $limit: expr) => { ... };
}The read_command macro reads and
returns the concat of all letter.