std::string

This module provides string handling with a UTF-8 encoded growable string.

Contains the String type and a trait to convert to a String (ToString) as well as error types.

Structs, Traits, and Enums

  • StructsDrain (draining iterator), FromUtf16Error (possible error value when converting from a UTF16 slice), and FromUtf8Error (as for FromUtf16Error except for UTF8), and String (UTF8-encoded growing string).
  • EnumParseError.
  • TraitToString (converts a value to a string).
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset