[][src]Module new_home_application::net::tcp_writer

Structs

TcpWriterImpl

Implements the TcpWriter with a BufWriter which is wrapping around a std::net::TcpStream

Traits

TcpWriter

The TcpWriter trait is meant to abstract some kind of a stream writer This is useful in unit tests where a writer type is required as dependency in other classes