Module std::stringStable
[-]
[+]
[src]
An owned, growable string that enforces that its contents are valid UTF-8.
Modules
| raw | Unsafe operations |
Structs
| DerefString | Wrapper type providing a |
| FromUtf16Error | A possible error value from the |
| FromUtf8Error | A possible error value from the |
| String | A growable string stored as a UTF-8 encoded buffer. |
Traits
| IntoString | Trait for converting a type to a string, consuming it in the process. |
| ToString | A generic trait for converting a value to a string |
Functions
| as_string | Convert a string slice to a wrapper type providing a |
Type Definitions
| CowString |