net: all SocketAddr arguments should be by value #3122
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-net
Module: tokio/net
Milestone
I noticed that, at least,
UdpSocket::poll_send_to
takes theSocketAddr
by reference.The text was updated successfully, but these errors were encountered: