Skip to main content

Module result

Module result 

Source
Expand description

Syscall Result Conversion and Error Types

Authors: MarioS271

Enums§

SyscallError

Traits§

SyscallResultTrait
A trait to implement methods into the SyscallResult type
ToSyscallU64
A trait to convert the implementing type to a valid syscall result u64

Type Aliases§

SyscallResult
Wrapper type for Result<T, SyscallError>