Trait gloo_worker::Bridge[][src]

pub trait Bridge<W: Worker> {
    fn send(&mut self, msg: W::Input);
}
Expand description

Bridge to a specific kind of worker.

Required methods

Send a message to an worker.

Implementors