get_internal_ref

Function get_internal_ref 

Source
pub fn get_internal_ref<'s, T>(
    scope: &mut HandleScope<'s>,
    source: Local<'_, Object>,
    index: usize,
) -> &'s mut T
Expand description

Gets a previously stored Rust type from a v8 object.