Skip to main content

NodeData

Type Alias NodeData 

Source
pub type NodeData = HashMap<Cow<'static, str>, Value>;
Expand description

Node data: arbitrary key-value properties Uses Cow<’static, str> for keys to avoid allocating static strings

Aliased Type§

pub struct NodeData { /* private fields */ }