Remove unused type
This commit is contained in:
parent
ae0a6589a9
commit
2ac3a6398d
|
@ -119,17 +119,6 @@ impl HostAddr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The <host> type for host transactions
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
|
||||||
pub struct Host {
|
|
||||||
/// The <hostName> tag
|
|
||||||
#[serde(rename = "host:name", alias = "name")]
|
|
||||||
pub name: StringValue,
|
|
||||||
/// The <hostAddr> tags
|
|
||||||
#[serde(rename = "host:addr", alias = "addr")]
|
|
||||||
pub addresses: Option<Vec<HostAddr>>,
|
|
||||||
}
|
|
||||||
|
|
||||||
/// The <hostAttr> type for domain transactions
|
/// The <hostAttr> type for domain transactions
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
pub struct HostAttr {
|
pub struct HostAttr {
|
||||||
|
|
Loading…
Reference in New Issue