Type Definition block_tools::db::use_diesel::helper_types::Eq[][src]

type Eq<Lhs, Rhs> = Eq<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>;

The return type of lhs.eq(rhs)