std
::
fmt
Protocols
Formatter
DebugFormattable
Formattable
Structs
Error
SliceFormatter
NullFormatter
StreamFormatter
Functions
debug
hex
bin
oct
zero_pad
precision
repeat
pad_with
char
Types
Result
Macros
format_args
write
writeln
format
format_in
Macro
std
::
fmt
::
writeln
macro
writeln
($fmt, $fmt_str, $arg
/* ... */
) { ... }
source
Write a formatted string and a newline into a given formatter.