Type Alias WireNodeProperties

Source
pub type WireNodeProperties<'de> = WireVector<'de, WireNodeProperty2<'de>>;
Expand description

The wire type corresponding to NodeProperties.

Aliased Typeยง

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