pub trait DnsTcpStream: AsyncRead + AsyncWrite + Unpin + Send + Sync + Sized + 'static { type Time: Time; }
Trait for TCP connection
Timer type to use with this TCP stream type