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

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

Trait for TCP connection

Associated Types

type Time: Time[src]

Timer type to use with this TCP stream type

Loading content...

Implementors

Loading content...