Searched refs:IntoSocket (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/io-lifetimes/src/ |
H A D | impls_mio.rs | 8 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 D | impls_socket2.rs | 8 use crate::{AsSocket, BorrowedSocket, FromSocket, IntoSocket, OwnedSocket}; 49 impl IntoSocket for socket2::Socket {
|
H A D | lib.rs | 55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket}; 147 impl<T> IntoSocket for T
|
H A D | impls_async_std.rs | 10 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 D | traits.rs | 117 note = "`IntoSocket` is replaced by `From<...> for OwnedSocket` or `Into<OwnedSocket>`" 119 pub trait IntoSocket { traits
|
H A D | impls_std.rs | 6 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