Module std::string
[−]
[src]
A UTF-8 encoded, growable string.
This module contains the String
type, a trait for converting
ToString
s, and several error types that may result from working with
String
s.
Structs
Drain |
A draining iterator for |
FromUtf16Error |
A possible error value when converting a |
FromUtf8Error |
A possible error value when converting a |
String |
A UTF-8 encoded, growable string. |
Enums
ParseError |
An error when parsing a |
Traits
ToString |
A trait for converting a value to a |