pub type Val = Vec<u8>;
The value part of a key-value pair. An alias for Vec<u8>.
Vec<u8>
struct Val { /* private fields */ }