[][src]Trait gluon_vm::serialization::PostDeserialize

pub trait PostDeserialize {
    fn init<'gc>(
        parent: &Thread,
        ptr: OwnedGcRef<'gc, Self>
    ) -> GcRef<'gc, Self>; }

Required methods

fn init<'gc>(parent: &Thread, ptr: OwnedGcRef<'gc, Self>) -> GcRef<'gc, Self>

Loading content...

Implementors

impl PostDeserialize for Thread[src]

Loading content...