pub type NotSimilarTo<Lhs, Rhs> = Grouped<NotSimilarTo<Lhs, AsExprOf<Rhs, VarChar>>>;
Expand description
The return type of lhs.not_similar_to(rhs)
Aliased Typeยง
struct NotSimilarTo<Lhs, Rhs>(/* private fields */);
pub type NotSimilarTo<Lhs, Rhs> = Grouped<NotSimilarTo<Lhs, AsExprOf<Rhs, VarChar>>>;
The return type of lhs.not_similar_to(rhs)
struct NotSimilarTo<Lhs, Rhs>(/* private fields */);