macro_rules! lazy_value { ($t: ty; $f: expr) => { ... }; }
Expand description
Creates a temporary struct that implements LazyValueFn
and returns an instance of it.
macro_rules! lazy_value { ($t: ty; $f: expr) => { ... }; }
Creates a temporary struct that implements LazyValueFn
and returns an instance of it.