Module boxed

Module boxed 

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

Non-empty Box<str>.

Structs§

EmptyBoxedStr
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§

NonEmptyBoxedStr
Represents non-empty boxed strings, Box<NonEmptyStr>.