Trait cxx_gen::CfgEvaluator
source · pub trait CfgEvaluator {
// Required method
fn eval(&self, name: &str, value: Option<&str>) -> CfgResult;
}
Expand description
Logic to decide whether a conditional compilation attribute is enabled or disabled.