[][src]Trait diesel_ltree::LtxtqueryExtensions

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

Provided methods

fn tmatches<T: AsExpression<Ltree>>(
    self,
    other: T
) -> TMatches<Self, T::Expression>

fn tmatches_any<T: AsExpression<Array<Ltree>>>(
    self,
    other: T
) -> TMatches<Self, T::Expression>

Loading content...

Implementors

impl<T: Expression<SqlType = Ltxtquery>> LtxtqueryExtensions for T[src]

Loading content...