pub type ValueBool = Value<bool>;
pub enum ValueBool { Value(bool), Null, Unknown, }
Value is present
No value is present
Value is unknown