[][src]Trait rusty_v8::InIsolate

pub trait InIsolate {
    fn isolate(&mut self) -> &mut Isolate;
}

Trait for retrieving the current isolate from a scope object.

Required methods

fn isolate(&mut self) -> &mut Isolate

Loading content...

Implementors

impl InIsolate for FunctionCallbackInfo[src]

impl InIsolate for Locker[src]

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

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

impl<'s, T> InIsolate for Entered<'s, CallbackScope<'s, T>> where
    T: GetIsolate, 
[src]

Loading content...