Trait yew_agent::Bridge

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

Bridge to a specific kind of worker.

Required Methods§

Send a message to an worker.

Implementors§