[][src]Trait kayrx_ui::fabric::agent::Responder

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

Defines communication from Worker to Consumers

Required methods

fn respond(&self, id: HandlerId, output: <AGN as Agent>::Output)

Implementation for communication channel from Worker to Consumers

Loading content...

Implementors

Loading content...