pyo3_macros_backend

Module utils

Source

Macrosยง

  • bail_spanned ๐Ÿ”’
    Macro inspired by anyhow::bail! to return a compiler error with the given span.
  • ensure_spanned ๐Ÿ”’
    Macro inspired by anyhow::ensure! to return a compiler error with the given span if the specified condition is not met.
  • err_spanned ๐Ÿ”’
    Macro inspired by anyhow::anyhow! to create a compiler error with the given span.

Structsยง

Enumsยง

Functionsยง

โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here