Type Alias foundationdb_sys::FDBKeyRange

source ·
pub type FDBKeyRange = keyrange;

Aliased Type§

struct FDBKeyRange {
    pub begin_key: *const u8,
    pub begin_key_length: i32,
    pub end_key: *const u8,
    pub end_key_length: i32,
}

Fields§

§begin_key: *const u8§begin_key_length: i32§end_key: *const u8§end_key_length: i32