Expand description
Implementations for standard library types.
Structsยง
- File
Bytes - A newtype around a
Vec<u8>. - File
Bytes RefWr - The
WriteTowrapper around a reference to a[u8]. - File
StrWr - The
WriteTowrapper around a reference to astr. - File
String - A newtype around a
String.