Trait rate_ui::widget::OnBridgeEvent[][src]

pub trait OnBridgeEvent<T: Agent>: Widget {
    fn on_event(
        &mut self,
        _response: T::Output,
        _ctx: &mut Context<Self>
    ) -> Result<(), Error> { ... } }

Provided methods

Implementors