Struct v8::ValueSerializer
source · pub struct ValueSerializer<'a, 's> { /* private fields */ }
Implementations§
source§impl<'a, 's> ValueSerializer<'a, 's>
impl<'a, 's> ValueSerializer<'a, 's>
ValueSerializer is a stack object used as entry-point for an owned and pinned heap object ValueSerializerHeap. The ’a lifetime is the lifetime of the ValueSerializerImpl implementation. The ’s lifetime is the lifetime of the HandleScope which is used to retrieve a Local<’s, Context> for the CallbackScopes