Macro std::fmt::format_in

macro format_in($buf, $fmt_str, $arg/* ... */) { ... }

Format a string into a preexisting buffer.

Returns an error if the buffer is not large enough.

Example