Skip to main content

impl_exception_boilerplate

Macro impl_exception_boilerplate 

Source
#[doc(hidden)]
macro_rules! impl_exception_boilerplate { ($name: ident) => { ... }; }
Expand description

The boilerplate to convert between a Rust type and a Python exception.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here