Structs§
- Row
- A row of data returned from the database by a query.
Traits§
Derive Macros§
- FromPg
- For a type using the frompg macro, you can write
#[frompg(from = T, func = F)] above a field
. This retrieves any valid attributes from a field, and can return an error.