diesel::sql_types

Trait BoolOrNullableBool

Source
pub trait BoolOrNullableBool { }
Expand description

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

Implementors§