Skip to main content

Connection

Type Alias Connection 

Source
pub type Connection = Connection<Stream>;
Expand description

The connection type that uses Unix Domain Sockets for transport.

Aliased Typeยง

pub struct Connection { /* private fields */ }