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

Trait for TCP connection

Required Associated Types§

source

type Time: Time

Timer type to use with this TCP stream type

Object Safety§

This trait is not object safe.

Implementors§