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