Skip to main content

create_evaluator

Function create_evaluator 

Source
pub fn create_evaluator(
    variant: &str,
    fv: &str,
) -> Option<Box<dyn ConditionEvaluator>>
Expand description

Create a condition evaluator for the given variant and format version.

Returns None if no evaluator exists for the combination.