Type Alias WireNodePropertyDictionary

Source
pub type WireNodePropertyDictionary<'de> = WireVector<'de, WireNodePropertyEntry<'de>>;
Expand description

The wire type corresponding to NodePropertyDictionary.

Aliased Typeยง

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