Type Alias Ilike

Source
pub type Ilike<Lhs, Rhs> = ILike<Lhs, Rhs>;

Aliased Typeยง

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