Function handle
Source pub fn handle(input: FsIo) -> Result<FsIo>
Available on crate feature std
only.
Expand description
The standard, blocking filesystem runtime handler.
This handler makes use of standard modules std::fs
and
std::io
to process FsIo
.