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