pub type LikeBinary<Lhs, Rhs> = Like<Lhs, Rhs>;
dsl::Like
struct LikeBinary<Lhs, Rhs>(/* private fields */);