pub type NotLikeBinary<Lhs, Rhs> = Grouped<NotLikeBinary<Lhs, AsExprOf<Rhs, Binary>>>;
Expand description

The return type of lhs.remove_by_path(rhs)

Aliased Type§

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

Fields§

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