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

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