Type Alias foundationdb_sys::FDBKey

source ·
pub type FDBKey = key;

Aliased Type§

struct FDBKey {
    pub key: *const u8,
    pub key_length: i32,
}

Fields§

§key: *const u8§key_length: i32