DBValue

Type Alias DBValue 

Source
pub type DBValue = Vec<u8>;
Expand description

Various re-exports from the trie-db crate. Database value

Aliased Typeยง

pub struct DBValue { /* private fields */ }