macro_rules! operand_expression {
    ($expression:expr) => { ... };
}
Expand description

Creates an Operand::Expression from a &str expression.