pub(crate) fn with_unix_msghdr<R>(
addr: &SocketAddrUnix,
iov: &[IoSlice<'_>],
control: &mut SendAncillaryBuffer<'_, '_, '_>,
f: impl FnOnce(msghdr) -> R,
) -> R
Expand description
Create a message header intended to send with a Unix address.