Type Alias scrypto_test::prelude::DbNodeKey

source ·
pub type DbNodeKey = Vec<u8>;

Aliased Type§

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

Fields§

§buf: RawVec<u8>§len: usize