MCPcopy Create free account
hub / github.com/ddd/gpb / CountryFormat

Class CountryFormat

src/format/format.rs:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22#[derive(Debug, Deserialize, Serialize, Clone)]
23pub struct CountryFormat {
24 pub code: String,
25 #[serde(default)]
26 pub area_codes: Vec<String>,
27 pub digits: Option<Digits>,
28 pub blacklist: Option<BlacklistInfo>,
29}
30
31pub type FormatData = HashMap<String, CountryFormat>;
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected