Function ntex_async_std::unix_connect
source · pub async fn unix_connect<P>(addr: P) -> Result<Io>where
P: AsRef<Path>,
Expand description
Opens a unix stream connection.
pub async fn unix_connect<P>(addr: P) -> Result<Io>where
P: AsRef<Path>,
Opens a unix stream connection.