use ;
use TcpStream;
/// Implements the `TcpReader` with a `BufReader` which is wrapping around a `std::net::TcpStream`
/// 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