Expand description
Types that are used as closure arguments.
You generally don’t need to import these types.
Structs§
- Aggregate
- This is the argument type used for aggregate.
- Optional
- This is the argument type used by the optional combinator.
- OrderBy
- This is an immutable borrow of Query that can be sorted.
- Query
- This is the type used by the crate::Transaction::query method.
- Rows
- Rows keeps track of all rows in the current query.