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

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