struct StreamFormatter<W> { ... }
W: Writable<W>

Adapter for writting formatted data into a stream

Consider also using BufferedWriter, which implements Formatter directly to wrap the stream in order to avoid performance penalty as string formatting usually performs many small writes.

Fields

Methods

impl StreamFormatter<W> { ... }
W: Writable<W>

Mixins

impl StreamFormatter<W> { ... }
W: Writable<W>