Type Alias SimilarTo

Source
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 */);