Expand description
Non-empty str.
Structs§
- Empty
Str - Represents errors returned when received strings are empty.
- NonEmpty
Str - Represents non-empty
strvalues. - NonEmpty
Utf8 Error - Represents errors returned when the received non-empty bytes are not valid UTF-8.
Enums§
- Maybe
Empty Utf8 Error - Represents errors returned when the received bytes are either empty or not valid UTF-8.
Constants§
- EMPTY_
STR - The error message used when the string is empty.
Traits§
- From
NonEmpty Str - Parsing values from non-empty strings.