Type Definition diesel::dsl::SimilarTo

source ·
pub type SimilarTo<Lhs, Rhs> = Grouped<SimilarTo<Lhs, AsExprOf<Rhs, VarChar>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.similar_to(rhs)