Type Definition scall::RawResult

source · []
pub type RawResult = usize;
Expand description

The type returned by syscall_raw! on this platform.

Can be “decoded” into a Result<usize, i32> with decode_raw_result().