Module args

Source
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 aggregates.
Query
This is the top level query type and dereferences to Rows. Most importantly it can turn the query result into a Vec.