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

Required Methods§

source

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

Implementors§