Type Definition transmog_async::TransmogTokioTcpWriter
source · pub type TransmogTokioTcpWriter<'a, TWrites, TDestination, TFormat> = TransmogWriter<WriteHalf<'a>, TWrites, TDestination, TFormat>;
Expand description
A writer of Transmog-encoded data to a TcpStream
.