pub type AlternateServer = MappedAddress;Expand description
AlternateServer represents ALTERNATE-SERVER attribute.
RFC 5389 Section 15.11
Aliased Type§
pub struct AlternateServer {
pub ip: IpAddr,
pub port: u16,
}Fields§
§ip: IpAddr§port: u16