Expand description
Minimal write abstraction used by encoders.
Structs§
- Slice
Writer - Simple writer that writes into a mutable byte slice.
Enums§
- WError
SliceWriter
Error
Traits§
- IoWrite
- Minimal
Write
‑like trait used by encoders to avoid committing to a specific I/O model.