pub type BoxedQuery<'a, DB, ST = SqlType> = BoxedSelectStatement<'a, ST, table, DB>;Available on crate feature
diesel_support only.Expand description
Helper type for representing a boxed query from this table
Aliased Typeยง
pub struct BoxedQuery<'a, DB, ST = SqlType> { /* private fields */ }