Trait diesel_ltree::LtxtqueryExtensions [] [src]

pub trait LtxtqueryExtensions: Expression<SqlType = Ltxtquery> + Sized {
    fn tmatches<T: AsExpression<Ltree>>(
        self,
        other: T
    ) -> TMatches<Self, T::Expression> { ... } }

Provided Methods

Implementors