Skip to main content

__rdisplay_as_r_string_shim

Function __rdisplay_as_r_string_shim 

Source
#[doc(hidden)]
unsafe extern "C" fn __rdisplay_as_r_string_shim<__ImplT: RDisplay>( data: *mut c_void, argc: i32, argv: *const SEXP, ) -> SEXP
Expand description

Method shim for RDisplay::as_r_string.

Converts SEXP arguments, calls the method, and returns SEXP result. Both Rust panics and R longjmps are caught via with_r_unwind_protect.