Trait rate_ui::widget::NotificationHandler[][src]

pub trait NotificationHandler<IN>: Widget {
    fn handle(
        &mut self,
        event: IN,
        context: &mut Context<Self>
    ) -> Result<(), Error>; }

Required methods

Implementors