pub(crate) trait MicrotaskRunnable: JSTraceable + MallocSizeOf {
// Provided method
fn handler(&self, _cx: &mut JSContext) { ... }
}pub(crate) trait MicrotaskRunnable: JSTraceable + MallocSizeOf {
// Provided method
fn handler(&self, _cx: &mut JSContext) { ... }
}