pub trait IntoLikeExpr {
    fn into_like_expr(self) -> LikeExpr;
}

Required Methods§

Implementations on Foreign Types§

Implementors§