pub(crate) trait NonSendTaskBox: JSTraceable {
// Required method
fn run_box(self: Box<Self>, cx: &mut JSContext);
}Expand description
A boxed version of NonSendTaskOnce.
pub(crate) trait NonSendTaskBox: JSTraceable {
// Required method
fn run_box(self: Box<Self>, cx: &mut JSContext);
}A boxed version of NonSendTaskOnce.