Function load_rules_from_file

Source
pub fn load_rules_from_file<P: AsRef<Path>>(
    path: P,
) -> Result<RuleConfig, LoadYamlFileError>