Type Alias WireNodePropertyDictionary2

Source
pub type WireNodePropertyDictionary2<'de> = WireVector<'de, WireNodePropertyEntry2<'de>>;
Expand description

The wire type corresponding to NodePropertyDictionary2.

Aliased Typeยง

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