Type Alias AccessoryKey

Source
pub type AccessoryKey = Vec<u8>;
Expand description

The “key” half of a key/value pair from accessory state.

See NativeDB for more information.

Aliased Type§

struct AccessoryKey { /* private fields */ }