feature_gated

Macro feature_gated 

macro_rules! feature_gated {
    ($($feature:literal);*, $content:expr) => { ... };
}