Replies: 2 comments
-
It's just an example. There isn't any reason. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Feel free to change it, though. I think a PR to switch to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
E.g., https://docs.rs/tokio/latest/tokio/net/struct.TcpListener.html The error handling uses println!("couldn't get client: {:?}", e) , but it will be printed to standard output. Eprintln prints to standard error.
Beta Was this translation helpful? Give feedback.
All reactions