Enum postgres_types::IsNull
source · pub enum IsNull {
Yes,
No,
}Expand description
An enum representing the nullability of a Postgres value.
pub enum IsNull {
Yes,
No,
}An enum representing the nullability of a Postgres value.