pub trait BoolOrNullableBool { }
A marker trait for accepting expressions of the type Bool and Nullable<Bool> in the same place
Bool
Nullable<Bool>