Type Definition lemmy_db_schema::schema::person_mention::BoxedQuery[][src]

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

Helper type for representing a boxed query from this table