[][src]Type Definition svanill_vault_server::db::schema::user::BoxedQuery

type BoxedQuery<'a, DB, ST = SqlType> = BoxedSelectStatement<'a, ST, table, DB>;

Helper type for representing a boxed query from this table