futures_
util
0.3.31
Module allow_
std
Macros
Structs
In futures_
util::
io
Module
futures_util
::
io
::
allow_std
Copy item path
source
·
[
−
]
Macros
§
try_
with_
interrupt
🔒
Structs
§
Allow
StdIo
A simple wrapper type which allows types which implement only implement
std::io::Read
or
std::io::Write
to be used in contexts which expect an
AsyncRead
or
AsyncWrite
.