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