Closed
Description
I just noticed that neither the std::fmt
documentation nor the docs for format!
mention the ToString
trait or its to_string
method.
I realize this is not strictly related to formatting, but I can also imagine a lot of people looking for ways to get string representations of their data types. We should help them find this shortcut.