Skip to main content

ServerStream

Type Alias ServerStream 

Source
pub type ServerStream = UnixStream;
Expand description

The server end of an accepted control connection.

Aliased Typeยง

pub struct ServerStream { /* private fields */ }