Module empty

Source
Expand description

Predicates based on emptiness.

Structs§

IsEmpty
Checks whether the value is empty.
NonEmptyError
Represents errors that occur when the provided value is non-empty.

Constants§

VALUE
The empty value literal.

Traits§

HasEmpty
Represents types that have emptiness-checking capabilities.

Type Aliases§

IsNonEmpty
Checks whether the value is non-empty.