Trait jni::errors::ToException

source ·
pub trait ToException {
    // Required method
    fn to_exception(&self) -> Exception;
}

Required Methods§

Implementors§