rust_query

Module args

Source
Expand description

Types that are used as closure arguments.

You generally don’t need to import these types.

Structs§

  • This is the argument type used for aggregates.
  • This is the top level query type and dereferences to Rows. Most importantly it can turn the query result into a Vec.