Module empty

Source
Expand description

Predicates based on emptiness.

Structs§

Empty
Checks whether the value is empty.
EmptyError
Represents errors that occur when the provided value is non-empty.

Constants§

EMPTY
The empty literal.
VALUE
The empty value literal.

Traits§

HasEmpty
Represents types that have emptiness-checking capabilities.

Type Aliases§

NonEmpty
Checks whether the value is non-empty.