Skip to main content

with_feature

Macro with_feature 

Source
macro_rules! with_feature {
    ($feature:expr, $logic:block) => { ... };
    ($feature:literal, $logic:block, $fallback:block) => { ... };
}
Expand description

Macro to wrap features