Trait yew_agent::Bridge[][src]

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

Bridge to a specific kind of worker.

Required methods

Send a message to an agent.

Implementors