Module std_types

Module std_types 

Source
Expand description

Implementations for standard library types.

Structsยง

FileBytes
A newtype around a Vec<u8>.
FileBytesRefWr
The WriteTo wrapper around a reference to a [u8].
FileStrWr
The WriteTo wrapper around a reference to a str.
FileString
A newtype around a String.