Home
last modified time | relevance | path

Searched refs:IntoSocket (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_mio.rs8 use crate::{AsSocket, BorrowedSocket, FromSocket, IntoSocket, OwnedSocket};
49 impl IntoSocket for mio::net::TcpStream {
129 impl IntoSocket for mio::net::TcpListener {
209 impl IntoSocket for mio::net::UdpSocket {
H A Dimpls_socket2.rs8 use crate::{AsSocket, BorrowedSocket, FromSocket, IntoSocket, OwnedSocket};
49 impl IntoSocket for socket2::Socket {
H A Dlib.rs55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket};
147 impl<T> IntoSocket for T
H A Dimpls_async_std.rs10 IntoSocket, OwnedHandle, OwnedSocket,
136 impl IntoSocket for async_std::net::TcpStream {
216 impl IntoSocket for async_std::net::TcpListener {
296 impl IntoSocket for async_std::net::UdpSocket {
H A Dtraits.rs117 note = "`IntoSocket` is replaced by `From<...> for OwnedSocket` or `Into<OwnedSocket>`"
119 pub trait IntoSocket { traits
H A Dimpls_std.rs6 use crate::{AsHandle, AsSocket, FromHandle, FromSocket, IntoHandle, IntoSocket};
85 impl IntoSocket for OwnedSocket {
245 impl IntoSocket for std::net::TcpStream {
325 impl IntoSocket for std::net::TcpListener {
405 impl IntoSocket for std::net::UdpSocket {

Completed in 5 milliseconds