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