Module error

Module error 

Source
Expand description

Utility functions and definitions for the kernel.

Macrosยง

bug_on ๐Ÿ”’
This is a macro that is used to panic when a condition is true. It is similar to the BUG_ON() macro in the Linux kernel. Link: https://www.kernel.org/
kerr ๐Ÿ”’
warn_on ๐Ÿ”’

Structsยง

Error

Enumsยง

Kind

Functionsยง

likely ๐Ÿ”’
These two definitions are copied from https://github.com/rust-lang/hashbrown The identity function.
unlikely ๐Ÿ”’
These two definitions are copied from https://github.com/rust-lang/hashbrown The identity function.

Type Aliasesยง

Result