Skip to main content

v8_result_handler_t

Type Alias v8_result_handler_t 

Source
pub type v8_result_handler_t = Option<unsafe extern "C" fn(user_data: *mut c_void, result: *mut v8_parms_t)>;

Aliased Type§

pub enum v8_result_handler_t {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut v8_parms_s)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut v8_parms_s))

Some value of type T.