Type Alias WireUrl

Source
pub type WireUrl<'de> = WireString<'de>;
Expand description

The wire type corresponding to Url.

Aliased Typeยง

struct WireUrl<'de> { /* private fields */ }