pub trait MicrotaskRunnable {
    fn handler(&self) { ... }
}

Provided Methods§

source

fn handler(&self)

Implementors§