Type Alias WireChildName

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

The wire type corresponding to ChildName.

Aliased Typeยง

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