[][src]Type Definition scall::RawResult

type RawResult = usize;

The type returned by syscall_raw! on this platform.

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