Home
last modified time | relevance | path

Searched refs:use_socket (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/io-lifetimes/tests/
Dapi.rs36 fn use_socket<Socketlike: AsSocketlike>(socketlike: Socketlike) { in use_socket() method
101 Tester::use_socket(&socket); in test_api()
102 Tester::use_socket(socket.as_socketlike()); in test_api()
103 Tester::use_socket(&*socket.as_socketlike_view::<std::net::TcpListener>()); in test_api()
104 Tester::use_socket( in test_api()