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 aggregate.
Optional
This is the argument type used by the optional combinator.
Query
This is the type used by the crate::Transaction::query method.
Rows
Rows keeps track of all rows in the current query.