Available on crate features
std or alloc only.Expand description
Non-empty String.
Structs§
- Empty
String - Similar to
EmptyStr, but holds the empty string provided. - From
NonEmpty Utf8 Error - Couples
NonEmptyUtf8Errorwith theNonEmptyByteVecthat is invalid UTF-8. - NonEmpty
String - Represents non-empty
Stringvalues.
Enums§
- From
Maybe Empty Utf8 Error - Represents errors returned when the provided byte vector is empty or invalid UTF-8.
Constants§
- EMPTY_
STRING - The error message used when the string is empty.