Type Alias WireDictionaryKey

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

The wire type corresponding to DictionaryKey.

Aliased Typeยง

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