Function rustix::backend::io::errno::try_decode_u64

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

Check for an error from the result of a syscall which encodes a u64 on success.