[][src]Trait diesel_ltree::LqueryExtensions

pub trait LqueryExtensions: Expression<SqlType = Lquery> + Sized {
    fn matches<T: AsExpression<Ltree>>(
        self,
        other: T
    ) -> Matches<Self, T::Expression> { ... }
fn matches_any<T: AsExpression<Array<Ltree>>>(
        self,
        other: T
    ) -> Matches<Self, T::Expression> { ... } }

Provided methods

fn matches<T: AsExpression<Ltree>>(
    self,
    other: T
) -> Matches<Self, T::Expression>

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

Loading content...

Implementors

impl<T: Expression<SqlType = Lquery>> LqueryExtensions for T[src]

Loading content...