pub trait Bridged: 'static + Agent { fn bridge( callback: Callback<Self::Output> ) -> Box<dyn Bridge<Self> + 'static, Global>; }
This trait allows registering or getting the address of a worker.
Creates a messaging bridge between a worker and the component.