Module string

Source
Expand description

Implementations for string.

  • &str
  • &mut str
  • &&str
  • &mut &str
  • &&mut str
  • &mut &mut str
  • Arc
  • Rc
  • Box
  • Cow
  • String
  • &String
  • &mut String
  • &&String
  • &mut &String

Structsยง

StrWrapper
Since the compiler will complain that upstream crates may add a new impl of trait *** for type {I}, we have to wrap it with newtype.
StringWrapper
Since the compiler will complain that upstream crates may add a new impl of trait *** for type {I}, we have to wrap it with newtype.