Module starnix_uapi::errors

source ·

Macros§

  • errno returns an Errno struct tagged with the current file name and line number.
  • errno_from_code returns a Err containing an Errno struct with the given error code and is tagged with the current file name and line number.
  • errno_from_zxio_code returns an Errno struct with the given error code and is tagged with the current file name and line number.
  • error returns a Err containing an Errno struct tagged with the current file name and line number.

Structs§

Constants§

Traits§