Module futures_util::io::split
source · Structs§
- The readable half of an object returned from
AsyncRead::split
. - Error indicating a
ReadHalf<T>
andWriteHalf<T>
were not two halves of aAsyncRead + AsyncWrite
, and thus could not bereunite
d. - The writable half of an object returned from
AsyncRead::split
.
Functions§
- split 🔒