[][src]Trait yew_stdweb::agent::Bridge

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

Bridge to a specific kind of worker.

Required methods

fn send(&mut self, msg: AGN::Input)

Send a message to an agent.

Loading content...

Implementors

Loading content...