surrealdb::kvs

Type Alias Val

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

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

Aliased Typeยง

struct Val { /* private fields */ }