Macro vrl::expr

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

Create a boxed [Expression][crate::Expression] trait object from a given Value.

Supports the same format as the [value] macro.