pub trait NativeException { // Required method fn type_name() -> &'static str; }
Native exceptions in Python
Type name in Python side