[][src]Trait gluon_vm::macros::MacroUserdata

pub trait MacroUserdata: Send {
    fn fork(&self, thread: RootedThread) -> Box<dyn Any>;
}

Required methods

fn fork(&self, thread: RootedThread) -> Box<dyn Any>

Loading content...

Implementors

Loading content...