Trait trust_dns_proto::tcp::DnsTcpStream
source · [−]pub trait DnsTcpStream: AsyncRead + AsyncWrite + Unpin + Send + Sync + Sized + 'static {
type Time: Time;
}
Expand description
Trait for TCP connection
pub trait DnsTcpStream: AsyncRead + AsyncWrite + Unpin + Send + Sync + Sized + 'static {
type Time: Time;
}
Trait for TCP connection