Type Alias WireNodePropertyValueString

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

The wire type corresponding to NodePropertyValueString.

Aliased Typeยง

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