Type Alias rustdx::tcp::BufTcp

source ·
pub type BufTcp = BufReader<TcpStream>;
Expand description

用于缓冲读取 TcpStream 的数据。

Aliased Type§

struct BufTcp { /* private fields */ }