Type Alias diesel::helper_types::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)

Aliased Type§

struct SimilarTo<Lhs, Rhs>(pub SimilarTo<Lhs, <Rhs as AsExpression<Text>>::Expression>);

Fields§

§0: SimilarTo<Lhs, <Rhs as AsExpression<Text>>::Expression>