A variant of the [`UnixStream`] connection that uses `sendmsg` to send data and `recvmsg` to receive it. The main difference between this type and [`StdConnection `] is that this type supports file descriptor passing. This is useful for extensions that require file descriptor passing. [`UnixStream`]: std::os::unix::net::UnixStream [`StdConnection `]: crate::connection::StdC
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected