Module no_std_compat2::string
source · Available on non-crate feature
std only.Structs
- A draining iterator for
String. - A possible error value when converting a
Stringfrom a UTF-8 byte vector. - A possible error value when converting a
Stringfrom a UTF-16 byte slice. - A UTF-8–encoded, growable string.
Traits
- A trait for converting a value to a
String.
Type Definitions
- A type alias for
Infallible.