Function mio::sys::unix::uds::pair

source ·
fn pair<T>(flags: c_int) -> Result<(T, T)>where
    T: FromRawFd,