Type Definition fadroma::prelude::KV

source · []
pub type KV<T = Vec<u8, Global>> = (Vec<u8, Global>, T);
Expand description

KV is a Key-Value pair, returned from our iterators