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

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