Module stdio

Source
Expand description

This module contains the standard I/O streams, i.e. “emulated” stdin, stdout and stderr.

Macros§

impl_virtualfile_on_std_streams 🔒

Structs§

Stderr
A wrapper type around the standard I/O stream of the same name that implements VirtualFile.
Stdin
A wrapper type around the standard I/O stream of the same name that implements VirtualFile.
Stdout
A wrapper type around the standard I/O stream of the same name that implements VirtualFile.