Function rustix::backend::io::errno::try_decode_c_uint

source ยท
pub(in backend) fn try_decode_c_uint<Num: RetNumber>(
    raw: RetReg<Num>,
) -> Result<c_uint>
Expand description

Check for an error from the result of a syscall which encodes a c::c_uint on success.