Function handle
Source pub fn handle(stream: impl Read + Write, io: StreamIo) -> Result<StreamIo>
Available on crate feature std
only.
Expand description
The standard, blocking filesystem runtime handler.
This handler makes use of standard modules std::io
to process
StreamIo
.