[][src]Trait rusty_v8_m::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 OwnedIsolate[src]

impl<'s, S, P> InIsolate for Entered<'s, S, P> where
    S: GetRawIsolate, 
[src]

Loading content...