Enum postgres_protocol::IsNull [] [src]

pub enum IsNull {
    Yes,
    No,
}
[]

An enum indicating if a value is NULL or not.

Variants

[]

The value is NULL.

[]

The value is not NULL.