authenticator::schema::accounts

Type Alias BoxedQuery

Source
pub type BoxedQuery<'a, DB, ST = (Integer, Text, Integer, Text, Integer)> = BoxedSelectStatement<'a, ST, FromClause<table>, DB>;
Expand description

Helper type for representing a boxed query from this table

Aliased Type§

struct BoxedQuery<'a, DB, ST = (Integer, Text, Integer, Text, Integer)> { /* private fields */ }