flat_expr_var

Macro flat_expr_var 

Source
macro_rules! flat_expr_var {
    ($($expr:tt)+) => { ... };
}
Expand description

New variable from an expression with interpolated vars that produces another variable.

This macro is very similar to expr_var!, it just expect an expression that produces another variable and flattens it.