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