Trait diesel_ltree::LqueryArrayExtensions[][src]

pub trait LqueryArrayExtensions: Expression<SqlType = Array<Lquery>> + Sized {
    fn any_matches<T: AsExpression<Ltree>>(
        self,
        other: T
    ) -> MatchesAny<Self, T::Expression> { ... }
fn any_matches_any<T: AsExpression<Array<Ltree>>>(
        self,
        other: T
    ) -> MatchesAny<Self, T::Expression> { ... } }

Provided methods

fn any_matches<T: AsExpression<Ltree>>(
    self,
    other: T
) -> MatchesAny<Self, T::Expression>
[src]

fn any_matches_any<T: AsExpression<Array<Ltree>>>(
    self,
    other: T
) -> MatchesAny<Self, T::Expression>
[src]

Loading content...

Implementors

Loading content...