[][src]Module new_home_application::net::tcp_reader

Structs

TcpReaderImpl

Implements the TcpReader with a BufReader which is wrapping around a std::net::TcpStream

Traits

TcpReader

The TcpReader trait is meant to abstract some kind of a stream reader This is useful in unit tests where a reader type is required