pub type ObjectId = NodeId;Expand description
Object identifier - unified with NodeId.
This type alias provides backward compatibility. Previously, ObjectId was a separate struct that wrapped u64. Now it is unified with NodeId to avoid duplication. Use NodeId directly for new code.
Aliased Type§
pub struct ObjectId(pub u64);Tuple Fields§
§0: u64