Type Alias TcpPooledStream

Source
pub type TcpPooledStream<A = SocketAddr> = PooledStream<TcpConnectionManager<A>>;
Expand description

Pooled TCP stream

Aliased Typeยง

pub struct TcpPooledStream<A = SocketAddr> { /* private fields */ }