Enum postgres_protocol::IsNull
[−]
[src]
pub enum IsNull {
Yes,
No,
}An enum indicating if a value is NULL or not.
Variants
YesThe value is NULL.
NoThe value is not NULL.