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