Type Alias diesel::helper_types::ConcatBinary

source ·
pub type ConcatBinary<Lhs, Rhs> = Grouped<ConcatBinary<Lhs, AsExprOf<Rhs, Binary>>>;
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>