[][src]Trait kayrx_ui::fabric::Bridge

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

Bridge to a specific kind of worker.

Required methods

fn send(&mut self, msg: <AGN as Agent>::Input)

Send a message to an agent.

Loading content...

Implementors

impl<AGN> Bridge<AGN> for PrivateBridge<AGN> where
    AGN: Agent
[src]

impl<AGN> Bridge<AGN> for PublicBridge<AGN> where
    AGN: Agent
[src]

Loading content...