[][src]Function ffi_support::call_with_result_impl

fn call_with_result_impl<R, E, F>(
    out_error: &mut ExternError,
    callback: F
) -> R::Value where
    F: UnwindSafe + FnOnce() -> Result<R, E>,
    E: Into<ExternError>,
    R: IntoFfi