Skip to main content
Trait for handling syscall results.

Signature

Trait functions

unwrap_syscall

Unwraps a syscall result, yielding the content of an Ok.

Panics

Panics with the syscall error message if the value is an Err.

Examples

Signature