Macro core::option_env 1.0.0[−][src]
macro_rules! option_env { ($name:expr) => { ... }; ($name:expr,) => { ... }; }
Optionally inspect an environment variable at compile time.
For more information, see the documentation for std::option_env!
.