Function extract_pattern

Source
pub fn extract_pattern<'a>(
    toml_file: &'a Value,
    pattern: &str,
) -> Result<&'a Value, TqError>