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