Macro xscript::cmd_str

source ·
macro_rules! cmd_str {
    ($($cmd:tt)*) => { ... };
}
Expand description

Constructs a command using String as string type.