macro_rules! operand_string {
    ($string:expr) => { ... };
}
Expand description

Creates an Operand::String from a &str string.