Skip to main content

maybe_lazy

Macro maybe_lazy 

Source
macro_rules! maybe_lazy {
    ($t:path) => { ... };
    ($name:ident = $e:expr) => { ... };
}