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
Required Associated Types§
Object Safety§
This trait is not object safe.