[][src]Trait into_query::IntoQuery

pub trait IntoQuery<T> where
    T: Table + AsQuery,
    T::Query: BoxedDsl<'static, Mysql>, 
{ pub fn into_query(self) -> IntoBoxed<'static, T, Mysql>; }

Required methods

pub fn into_query(self) -> IntoBoxed<'static, T, Mysql>[src]

Loading content...

Implementors

Loading content...