Expand description
An example of constructing a basic strongly-typed wrapper around a string value.
The types in this module do not perform any validation or normalization of their values, so every valid UTF-8 string is potentially valid for these types.
Structsยง
- Username
- A borrowed reference to a basic string slice wrapper
A basic example of a wrapper around a
String - Username
Buf - A basic example of a wrapper around a
String