Function handle

Source
pub fn handle(stream: impl Read + Write, io: Io) -> Result<Io>
Available on crate feature std only.
Expand description

The main runtime I/O handler.

This handler makes use of standard modules std::io to process stream Io.