Type Definition block_tools::db::use_diesel::dsl::NotLike[][src]

type NotLike<Lhs, Rhs> = NotLike<Lhs, <Rhs as AsExpression<Text>>::Expression>;

The return type of lhs.not_like(rhs)