Function j_result_handler

Source
pub fn j_result_handler<'a, T, R: Default>(
    result: JResult<T, JException>,
    env: &mut JNIEnv<'a>,
) -> R
where T: IntoJavaType<'a, R> + Default,