Macro mentat::var [] [src]

macro_rules! var {
    ( ? $var:ident ) => { ... };
}

Produce the appropriate Variable for the provided valid ?-prefixed name. This lives here because we can't re-export macros: https://github.com/rust-lang/rust/issues/29638.