Struct postgres::types::WasNull
[−]
[src]
pub struct WasNull;
An error indicating that a NULL
Postgres value was passed to a FromSql
implementation that does not support NULL
values.