Macro core::cfg 1.0.0[−][src]
macro_rules! cfg { ($($cfg:tt)*) => { ... }; }
Boolean evaluation of configuration flags, at compile-time.
For more information, see the documentation for std::cfg!
.
macro_rules! cfg { ($($cfg:tt)*) => { ... }; }
Boolean evaluation of configuration flags, at compile-time.
For more information, see the documentation for std::cfg!
.