Trait pg_worm::FromRow

source ·
pub trait FromRow: TryFrom<Row, Error = Error> { }
Expand description

A trait signaling that a struct may be parsed from a Postgres Row.

This being a new trait allows the exposure of a derive macro for it.

Implementors§