Type Alias BoxedQuery
pub type BoxedQuery<'a, DB, ST = (Int4, Varchar, Nullable<Timestamp>, Nullable<Int4>, Nullable<Text>, Nullable<Text>, Nullable<Int4>, Nullable<Int4>)> = BoxedSelectStatement<'a, ST, table, DB>;
Expand description
Helper type for representing a boxed query from this table
Aliased Typeยง
struct BoxedQuery<'a, DB, ST = (Int4, Varchar, Nullable<Timestamp>, Nullable<Int4>, Nullable<Text>, Nullable<Text>, Nullable<Int4>, Nullable<Int4>)> { /* private fields */ }