teacherapi::schema::lesson_feedback

Type Alias BoxedQuery

pub type BoxedQuery<'a, DB, ST = (Uuid, Nullable<Timestamp>, Nullable<Uuid>, Nullable<Int4>, Nullable<Varchar>, Varchar, Uuid, Array<Uuid>, Array<Uuid>, Jsonb, Varchar, Varchar, Varchar, Timestamp, Jsonb, 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 = (Uuid, Nullable<Timestamp>, Nullable<Uuid>, Nullable<Int4>, Nullable<Varchar>, Varchar, Uuid, Array<Uuid>, Array<Uuid>, Jsonb, Varchar, Varchar, Varchar, Timestamp, Jsonb, Int4)> { /* private fields */ }