Available on crate features
std or alloc only.Expand description
Non-empty Box<str>.
Structs§
- Empty
Boxed Str - Similar to
EmptyString, but contains the empty boxed string provided.
Constants§
- EMPTY_
BOXED_ STR - The error message used when the boxed string is empty.
Type Aliases§
- NonEmpty
Boxed Str - Represents non-empty boxed strings,
Box<NonEmptyStr>.