We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
repr(transparent)
From<libc::xx>
Into<libc::xx>
As described in this comment, all the Nix wrapper types should be:
#[repr(transparent)]
impl From<libc::xx> for Wrapper
impl From<Wrapper> for libc::xx