Type Definition polkadot_node_subsystem_util::database::DBKeyValue
source · pub type DBKeyValue = (SmallVec<[u8; 32]>, Vec<u8, Global>);Expand description
A tuple holding key and value data, used in the iterator item type.
pub type DBKeyValue = (SmallVec<[u8; 32]>, Vec<u8, Global>);A tuple holding key and value data, used in the iterator item type.