Type Alias IAuthority

Source
pub type IAuthority<'a> = Authority<'a, IUserinfo, IRegName>;
Expand description

An authority component for IRI.

Aliased Typeยง

struct IAuthority<'a> { /* private fields */ }