Skip to main content

match_variable_type_name

Function match_variable_type_name 

Source
fn match_variable_type_name(
    variable_type_name: Option<&String>,
    candidates: &'static [&'static str],
) -> bool
Expand description

Helper to case insensitive match of variable type names against a list of candidates