[][src]Trait rusty_v8::InContext

pub trait InContext: InIsolate { }

Implementors

impl<'s> InContext for Entered<'s, FunctionCallbackInfo, ()>[src]

impl<'s> InContext for Entered<'s, PropertyCallbackInfo, ()>[src]

impl<'s, P> InContext for Entered<'s, ContextScope, P>[src]

impl<'s, P> InContext for Entered<'s, EscapableHandleScope, P> where
    P: InContext
[src]

impl<'s, P> InContext for Entered<'s, HandleScope, P> where
    P: InContext
[src]

impl<'s, X> InContext for Entered<'s, CallbackScope<X>>[src]

Loading content...