Module string

Module string 

Source
Available on crate features std or alloc only.
Expand description

Non-empty String.

Structs§

EmptyString
Similar to EmptyStr, but holds the empty string provided.
FromNonEmptyUtf8Error
Couples NonEmptyUtf8Error with the NonEmptyByteVec that is invalid UTF-8.
NonEmptyString
Represents non-empty String values.

Enums§

FromMaybeEmptyUtf8Error
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.