Function dsnp_graph_sdk_jni::handle_result
source · pub fn handle_result<R, E>(
env: &mut JNIEnv<'_>,
result: Result<SdkJniResult<R>, E>
) -> Rwhere
R: JniReturnValue,
E: Any + Send + 'static,
pub fn handle_result<R, E>(
env: &mut JNIEnv<'_>,
result: Result<SdkJniResult<R>, E>
) -> Rwhere
R: JniReturnValue,
E: Any + Send + 'static,