findall_with_types

Function findall_with_types 

Source
pub fn findall_with_types(
    format: &str,
    text: &str,
    extra_types: HashMap<String, Box<dyn TypeConverter>>,
) -> Vec<ParseResult>