surrealdb::kvs

Type Alias Key

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

The key part of a key-value pair. An alias for Vec<u8>.

Aliased Typeยง

struct Key { /* private fields */ }