pub type IAuthority<'a> = Authority<'a, IUserinfo, IRegName>;
An authority component for IRI.
struct IAuthority<'a> { /* private fields */ }