pub async fn unix_connect<'a, P>(_: P) -> Result<Io>where P: AsRef<Path> + 'a,
Opens a unix stream connection.