pub trait DnsTcpStream:
AsyncRead
+ AsyncWrite
+ Unpin
+ Send
+ Sync
+ Sized
+ 'static {
type Time: Time;
}Expand description
Trait for TCP connection
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".