Trait yew::scheduler::Runnable[][src]

pub trait Runnable {
    fn run(self: Box<Self>);
}
Expand description

A routine which could be run.

Required methods

Runs a routine with a context instance.

Implementors