Compat
does not implement BufRead
for AsyncBufRead
implementations
#1865
Labels
Compat
does not implement BufRead
for AsyncBufRead
implementations
#1865
Some older code expects that a
tokio-0.1
AsyncRead
implements not justRead
, which is correctly handled byCompat
, but alsostd::io::BufRead
.Could the
Compat
wrapper struct implementBufRead
forAsyncBufRead
new-style async I/O implementations? That way, in combination withBufReader
, old code can be made to run for the duration of an incremental port.The text was updated successfully, but these errors were encountered: