referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_node_subsystem_util::database::DBKeyValue

pub type DBKeyValue = (SmallVec<[u8; 32]>, Vec<u8>);
Expand description

A tuple holding key and value data, used in the iterator item type.