Trait sql::grammar::operation::like::Likable [] [src]

pub trait Likable {
    fn like<T: ToString>(self, _: T) -> Like;
}

An object that can be matched.

Required Methods

Set a matcher.

Implementors