pub trait JniToolboxError: Error { // Required method fn jclass(&self) -> String; }
An error that is meant to be used with jni-toolbox.
The Java class for the matching exception.