[][src]Trait rusty_v8::ToLocal

pub trait ToLocal<'sc>: InIsolate {
    unsafe fn to_local<T>(&mut self, ptr: *mut T) -> Option<Local<'sc, T>> { ... }
}

Provided methods

unsafe fn to_local<T>(&mut self, ptr: *mut T) -> Option<Local<'sc, T>>

Loading content...

Implementors

impl<'s> ToLocal<'s> for Entered<'s, EscapableHandleScope>[src]

impl<'s> ToLocal<'s> for Entered<'s, HandleScope>[src]

impl<'s> ToLocal<'s> for FunctionCallbackInfo[src]

Loading content...