Type Alias WirePath

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

The wire type corresponding to Path.

Aliased Typeยง

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