Type Alias trie_db_fun::node::NodeKey  
source · pub type NodeKey = (usize, SmallVec<[u8; 40]>);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).