Crate from_pg

Source

Structs§

Row
A row of data returned from the database by a query.

Traits§

FromPg

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.