macro_rules! impl_exception_boilerplate {
    ($name: ident) => { ... };
}Expand description
The boilerplate to convert between a Rust type and a Python exception.
macro_rules! impl_exception_boilerplate {
    ($name: ident) => { ... };
}The boilerplate to convert between a Rust type and a Python exception.