google_maps_places/
error.rs

1#[derive(Debug)]
2pub enum GoogleMapPlaceError {
3    BadRequest(String),
4
5    Unknown(String),
6}