pub fn create_client_connection() -> Result<Connection>
Expand description

creates a UnixStream and attempts to build a Connection out of it. if the stream cannot be created, this function returns SocketError