Skip to main content

ClientConn

Type Alias ClientConn 

Source
pub type ClientConn = FramedConn<UnixStream>;
Expand description

A connected client stream (platform-specific concrete type) wrapped in a FramedConn. Used by crate::client.

Aliased Typeยง

pub struct ClientConn { /* private fields */ }