pub type Value<'a> = ValueBag<'a>;
Represents a value in a key-value pair.
pub struct Value<'a> { /* private fields */ }