Searched defs:std_stream (Results 1 – 3 of 3) sorted by relevance
61 let std_stream = std::net::TcpStream::connect(std_listener.local_addr().unwrap()).unwrap(); in tcp_stream_from_std_panic_caller() localVariable131 let std_stream = std::os::unix::net::UnixStream::connect(&sock_path).unwrap(); in unix_stream_from_std_panic_caller() localVariable
114 let std_stream = stream.into_std().expect("into_raw_descriptor's into_std() failed"); in into_raw_descriptor() localVariable
457 let std_stream = stream.into_std().expect("into_raw_descriptor's into_std() failed"); in into_raw_descriptor() localVariable