Expand description
Format buffer.
Structsยง
- A wrapper around a
std::fmt::Write
interface. The wrapper keeps track of indentation as well as information about the lastwrite_str
command if available. The formatter may also be restricted to a single line, in which case it will throw an error on a newline - Indent
Group ๐An indent group. The group may optionally skip the first line
Enumsยง
- Write
State ๐