summaryrefslogtreecommitdiffstats
path: root/service-person/src/model/country.rs
diff options
context:
space:
mode:
Diffstat (limited to 'service-person/src/model/country.rs')
-rw-r--r--service-person/src/model/country.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/service-person/src/model/country.rs b/service-person/src/model/country.rs
new file mode 100644
index 0000000..b642bf7
--- /dev/null
+++ b/service-person/src/model/country.rs
@@ -0,0 +1,5 @@
+use serde::Deserialize;
+
+#[derive(Debug, Deserialize)]
+pub struct Country(String);
+