Type Definition trie_db::node::NodeKey

source ·
pub type NodeKey = (usize, SmallVec<[u8; 36]>);
Expand description

Partial node key type: offset and owned value of a nibbleslice. Offset is applied on first byte of array (bytes are right aligned).

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.