1 2 3 4 5
#[derive(Debug, Serialize, Deserialize)] pub struct Coordinate { pub lat: f64, pub lng: f64, }