Expand description
Format buffer.
Structs§
- Format
Buffer - 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