Structs§
- WriteTo
- A struct representing a writer that appends formatted data to a byte buffer.
Functions§
- fmt_
to_ buf - Formats data using
format_args!
(arg
argument) and writes it to a byte bufferbuf
.
format_args!
(arg
argument) and writes it to a byte buffer buf
.