async-book icon indicating copy to clipboard operation
async-book copied to clipboard

Why do we manually implement Unpin for MockTcpStream if the Unpin trait is automically implemented for it?

Open hieunguyent12 opened this issue 2 years ago • 0 comments

Link to the code: https://github.com/rust-lang/async-book/blob/master/examples/09_05_final_tcp_server/src/main.rs#L92C10-L92C10

hieunguyent12 avatar Aug 04 '23 22:08 hieunguyent12