Open taiki-e opened 1 year ago
https://docs.rs/futures/latest/futures/io/struct.ReadHalf.html
The readable half of an object returned from AsyncRead::split.
AsyncRead::split
https://docs.rs/futures/latest/futures/io/struct.WriteHalf.html
The writable half of an object returned from AsyncRead::split.
Both should be "... returned from AsyncReadExt::split"
AsyncReadExt::split
https://docs.rs/futures/latest/futures/io/struct.ReadHalf.html
https://docs.rs/futures/latest/futures/io/struct.WriteHalf.html
Both should be "... returned from
AsyncReadExt::split
"