Type Alias WireName

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

The wire type corresponding to Name.

Aliased Typeยง

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