Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #![allow(unused)]
  2. fn main() {
  3. use std::net::{SocketAddr, ToSocketAddrs};
  4.  
  5. dbg!("localhost:443".to_socket_addrs().unwrap().next());
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement