pub type TrieValue = Arc<[u8]>;
Serialized TrieNodeWithSize or state value.
struct TrieValue { /* private fields */ }