Skip to main content

Module graph_properties

Module graph_properties 

Source
Expand description

Graph property mapping trait and types for node export.

Provides a ToNodeProperties trait that each model struct implements to map typed Rust fields to camelCase graph properties expected by downstream consumers (e.g. AssureTwin).

Enums§

GraphPropertyValue
Property value for graph node export.

Traits§

ToNodeProperties
Trait for converting typed model structs to graph node property maps.