rustix::backend::io::errno

Function 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.