Type Alias diesel::dsl::LikeBinary

source ·
pub type LikeBinary<Lhs, Rhs> = Grouped<LikeBinary<Lhs, AsExprOf<Rhs, Binary>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.remove_by_path(rhs)

Aliased Type§

struct LikeBinary<Lhs, Rhs>(pub LikeBinary<Lhs, <Rhs as AsExpression<Binary>>::Expression>);

Fields§

§0: LikeBinary<Lhs, <Rhs as AsExpression<Binary>>::Expression>