async-book
async-book copied to clipboard
Why do we manually implement Unpin for MockTcpStream if the Unpin trait is automically implemented for it?
Link to the code: https://github.com/rust-lang/async-book/blob/master/examples/09_05_final_tcp_server/src/main.rs#L92C10-L92C10