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

Required Methods§

Implementations on Foreign Types§

§

impl IntoLikeExpr for String

§

impl IntoLikeExpr for &str

Implementors§