pub type Keys = Vec<Vec<u8>>;

Aliased Type§

struct Keys {
    buf: RawVec<Vec<u8>>,
    len: usize,
}

Fields§

§buf: RawVec<Vec<u8>>§len: usize