Skip to main content

match_toml_strings

Function match_toml_strings 

Source
pub fn match_toml_strings(
    actual_values: &[&Value],
    matcher: &StringMatcher,
) -> bool
Expand description

Match TOML values against string matcher (OR semantics)