pub async fn one_to_many( configuration: &Configuration, one: &str, many: Vec<String>, mode: Mode, max: f64, max_matching_distance: f64, arrive_by: bool, ) -> Result<Vec<Duration>, Error<OneToManyError>>