http_type/option_bool/
type.rs

1pub type OptionBool = Option<bool>;