Function ntex::rt::unix_connect[][src]

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

Opens a unix stream connection.