Trait yew::scheduler::Runnable

source ·
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§