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