pub type DurationParts = (i64, i64, i64, i32);Expand description
The four independently-signed components of a normalized Duration,
matching PropertyValue::Duration’s own fields exactly – a plain
tuple alias, not a re-export of the PropertyValue variant itself,
since this module deliberately doesn’t depend on marsdb_graph (see
this file’s top-of-module doc comment on the crate split).