summaryrefslogtreecommitdiffstats
path: root/service-person/src/model/city.rs
blob: 3c82e737464cddeb2611e5d7a62a838cc833d569 (plain)
1
2
3
4
5
use serde::Deserialize;

#[derive(Debug, Deserialize)]
pub struct City(String);