Trait pyo3_stub_gen::exception::NativeException
source · pub trait NativeException {
// Required method
fn type_name() -> &'static str;
}
Expand description
Native exceptions in Python
Required Methods§
Object Safety§
This trait is not object safe.