See this issue for a related request: https://github.com/mongodb/mongo-rust-driver/issues/1203
The SocketAddr type maps cleanly to our ServerAddress::Tcp variant. We should implement the From trait so that users can work with SocketAddr more easily.