Structs§
- IoStr
Writer - This struct adapts a StrWrite into an io::Write
- StrWriter
- This struct adapts an io::Write into a StrWrite
Traits§
- Into
StrWrite - StrWrite
- This trait is designed to provide a similar interface to io::Write, but is designed to operate on strings. Unlike fmt::Write, it can report partial writes, but it guarantees that a whole number of code points were written with every write. Generally this involves buffering partial code points as necessary.