Type Definition surrealdb::Val

source · []
pub type Val = Vec<u8>;
Expand description

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