pub async fn unix_connect<P>(addr: P) -> Result<Io> where
    P: AsRef<Path>, 
Expand description

Opens a unix stream connection.