Type Alias diesel::dsl::ConcatBinary

source ·
pub type ConcatBinary<Lhs, Rhs> = Grouped<ConcatBinary<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 ConcatBinary<Lhs, Rhs>(pub ConcatBinary<Lhs, <Rhs as AsExpression<Binary>>::Expression>);

Fields§

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