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