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