FDBKey

Type Alias FDBKey 

Source
pub type FDBKey = key;

Aliased Type§

#[repr(C)]
pub struct FDBKey { pub key: *const u8, pub key_length: i32, }

Fields§

§key: *const u8§key_length: i32