Trait trust_dns_proto::tcp::DnsTcpStream[][src]

pub trait DnsTcpStream: AsyncRead + AsyncWrite + Unpin + Send + Sync + Sized + 'static {
    type Time: Time;
}
Expand description

Trait for TCP connection

Associated Types

Timer type to use with this TCP stream type

Implementors