Skip to main content

MicrotaskRunnable

Trait MicrotaskRunnable 

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

Provided Methods§

Source

fn handler(&self, _cx: &mut JSContext)

Implementors§