mz_sql::session::vars::polyfill

Macro lazy_value

Source
macro_rules! lazy_value {
    ($t: ty; $f: expr) => { ... };
}
Expand description

Creates a temporary struct that implements LazyValueFn and returns an instance of it.