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

Required Methods§

Implementors§