macro_rules! expr { ($($v:tt)*) => { ... }; }
Create a boxed [Expression][crate::Expression] trait object from a given Value.
Expression
Value
Supports the same format as the [value] macro.
value