pub type WireNodePropertyDictionary2<'de> = WireVector<'de, WireNodePropertyEntry2<'de>>;
Expand description
The wire type corresponding to NodePropertyDictionary2
.
Aliased Typeยง
pub struct WireNodePropertyDictionary2<'de> { /* private fields */ }