Macro cfgenius::truthy

source ·
macro_rules! truthy {
    (yes { $($yes:tt)* } no { $($no:tt)* }) => { ... };
}
Expand description

A conditional-compilation variable that always resolves to true.

Note that you can equivalently use the true() predicate inside cfgenius predicates.