Trait diesel::sql_types::BoolOrNullableBool
source · pub trait BoolOrNullableBool { }
Expand description
A marker trait for accepting expressions of the type Bool
and
Nullable<Bool>
in the same place
pub trait BoolOrNullableBool { }
A marker trait for accepting expressions of the type Bool
and
Nullable<Bool>
in the same place