Closed
Description
https://doc.rust-lang.org/std/macro.write!.html
Use the
format!
syntax to write data into a buffer of type&mut Writer
. Seestd::fmt
for more information.
Metadata
Metadata
Assignees
Labels
No labels
https://doc.rust-lang.org/std/macro.write!.html
Use the
format!
syntax to write data into a buffer of type&mut Writer
. Seestd::fmt
for more information.