pub type R_altrep_Unserialize_method_t = Option<unsafe extern "C" fn(arg1: SEXP, arg2: SEXP) -> SEXP>;Expand description
Must construct and return an ALTREP object of the given class given the data previously prepared by the Serialized_state method above. The default method signals an R-level error.
Aliased Type§
pub enum R_altrep_Unserialize_method_t {
None,
Some(unsafe extern "C" fn(*mut SEXPREC, *mut SEXPREC) -> *mut SEXPREC),
}