Type Definition gloo_worker::Callback[][src]

pub type Callback<IN> = Rc<dyn Fn(IN)>;
Expand description

Alias for Rc<dyn Fn(IN)>