Lines Matching defs:async_std
239 #[cfg(feature = "async_std")]
240 unsafe impl SocketlikeViewType for async_std::net::TcpStream {}
242 #[cfg(feature = "async_std")]
243 unsafe impl SocketlikeViewType for async_std::net::TcpListener {}
245 #[cfg(feature = "async_std")]
246 unsafe impl SocketlikeViewType for async_std::net::UdpSocket {}
248 #[cfg(feature = "async_std")]
249 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixStream {}
251 #[cfg(feature = "async_std")]
252 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixListener {}
254 #[cfg(feature = "async_std")]
255 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixDatagram {}