[][src]Type Definition ruma_identifiers::ServerName

type ServerName = ServerName<Box<str>>;

An owned homeserver IP address or hostname.

Can be created via TryFrom<String> and TryFrom<&str>; implements Serialize and Deserialize if the serde feature is enabled.