Struct std::io::NullStream

struct NullStream { ... }

A null stream (similar to /dev/null).

It behaves as a file of infinite capacity for writing and an empty file for reading.

Methods

impl NullStream { ... }