Function sockaddr_un

Source
pub(in sys) fn sockaddr_un<P: AsRef<Path>>(
    path: P,
) -> Result<(sockaddr_un, socklen_t)>