pub fn handle(stream: impl Read + Write, io: Io) -> Result<Io>
std
The main runtime I/O handler.
This handler makes use of standard modules std::io to process stream Io.
std::io
Io