Type Definition leetcode_cli::cache::schemas::problems::BoxedQuery

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

Helper type for representing a boxed query from this table