Type Alias WireUrlScheme

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

The wire type corresponding to UrlScheme.

Aliased Typeยง

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