[][src]Trait yew::agent::Responder

pub trait Responder<AGN: Agent> {
    fn respond(&self, id: HandlerId, output: AGN::Output);
}

Defines communication from Worker to Consumers

Required methods

fn respond(&self, id: HandlerId, output: AGN::Output)

Implementation for communication channel from Worker to Consumers

Loading content...

Implementors

Loading content...