NotIlike

Type Alias NotIlike 

Source
pub type NotIlike<Lhs, Rhs> = NotILike<Lhs, Rhs>;
Available on crate features postgres_backend and sqlite only.

Aliased Typeยง

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