http_type/option_bool/
type.rs

1/// A type alias for `Option<bool>`.
2pub type OptionBool = Option<bool>;