Function ntex_tokio::unix_connect

source ยท
pub async fn unix_connect<'a, P>(addr: P) -> Result<Io>
where P: AsRef<Path> + 'a,
Expand description

Opens a unix stream connection.