Module collections::string [] [src]

A UTF-8 encoded, growable string.

This module contains the String type, a trait for converting ToStrings, and several error types that may result from working with Strings.

Structs

Drain

A draining iterator for String.

FromUtf16Error

A possible error value when converting a String from a UTF-16 byte slice.

FromUtf8Error

A possible error value when converting a String from a UTF-8 byte vector.

String

A UTF-8 encoded, growable string.

Enums

ParseError

An error when parsing a String.

Traits

ToString

A trait for converting a value to a String.