NotSimilarTo

Type Alias NotSimilarTo 

Source
pub type NotSimilarTo<Lhs, Rhs> = Grouped<NotSimilarTo<Lhs, AsExprOf<Rhs, VarChar>>>;
Available on crate features postgres_backend and sqlite only.
Expand description

The return type of lhs.not_similar_to(rhs)

Aliased Typeยง

pub struct NotSimilarTo<Lhs, Rhs>(/* private fields */);