Module std::stringStable
[-] [+]
[src]
An owned, growable string that enforces that its contents are valid UTF-8.
Structs
| DerefString | Wrapper type providing a |
| FromUtf16Error | A possible error value from the |
| FromUtf8Error | A possible error value from the |
| ParseError | Error returned from |
| String | A growable string stored as a UTF-8 encoded buffer. |
Traits
| ToString | A generic trait for converting a value to a string |
Functions
| as_string | Converts a string slice to a wrapper type providing a |