pub type Domain = String;Expand description
A domain identifies the ecosystem in which the session takes place.
Domains should take the form of
domain://<unique name for protocol>.version
The | symbol is reserved and should not be used in a domain string.
Aliased Typeยง
pub struct Domain { /* private fields */ }