Crate syscall_encode_traits

Source

Modules§

abi
api
encoder
error
ptr
table

Macros§

syscall_api
Define the entire syscall table based on types that implement SyscallApi and SyscallFastApi. Also acts as the match statement for that table, and so takes in the syscall number and args for the syscall we are handling. For example: