Type Definition contack::schema::contacts_contact_information::BoxedQuery[][src]

pub type BoxedQuery<'a, DB, ST = SqlType> = BoxedSelectStatement<'a, ST, table, DB>;
This is supported on crate feature diesel_support only.
Expand description

Helper type for representing a boxed query from this table