Type Alias emerald_kernel_user_link::syscalls::SyscallResult
source · pub type SyscallResult = Result<u64, SyscallError>;
Aliased Type§
enum SyscallResult {
Ok(u64),
Err(SyscallError),
}
Variants§
Trait Implementations§
source§impl From<SyscallError> for SyscallResult
impl From<SyscallError> for SyscallResult
source§fn from(error: SyscallError) -> Self
fn from(error: SyscallError) -> Self
Converts to this type from the input type.