Macro combu::commands[][src]

macro_rules! commands {
    () => { ... };
    (None) => { ... };
    ($([$($cmd : tt) +] $(,) ?) +) => { ... };
    ($($expr : expr), + ; : Command $(,) ?) => { ... };
    ($($expr : expr), + $(,) ? ; : Command $(,) ?) => { ... };
    ($($expr : expr), * $(,) ?) => { ... };
    (-> $raw : expr) => { ... };
}
Expand description

create command array