Skip to main content

Props

Type Alias Props 

Source
pub type Props = BTreeMap<String, Value>;
Expand description

Free-form node/edge property bag. BTreeMap keeps key order stable for deterministic JSON in tests.

Aliased Typeยง

pub struct Props { /* private fields */ }