Expand description
Writing backends for serializers.
Structs§
- Buffer
- Wraps a byte buffer and equips it with
Writer. - IoWriter
std - Wraps a type that implements
io::Writeand equips it withWriter.
Traits§
- Positional
- A writer that knows its current position.
- Writer
- A type that writes bytes to some output.
- Writer
Ext - Helper methods for
Writer.