Skip to main content

NodeId

Type Alias NodeId 

Source
pub type NodeId = ObjectId<8, NodeTag>;
Expand description

The internal id of an array or group, unique only to a single store version

Aliased Type§

pub struct NodeId(pub [u8; 8], _);

Tuple Fields§

§0: [u8; 8]

Trait Implementations§

Source§

impl From<&ObjectId8> for NodeId

Source§

fn from(value: &ObjectId8) -> Self

Converts to this type from the input type.