Skip to main content

NotificationArm

Trait NotificationArm 

Source
trait NotificationArm<L> {
    // Required method
    fn execute(
        &self,
        context: &mut L,
        editor: &mut dyn Editor<L>,
        notification: Notification,
    ) -> Fallible<ControlFlow<(), Notification>>;
}

Required Methods§

Source

fn execute( &self, context: &mut L, editor: &mut dyn Editor<L>, notification: Notification, ) -> Fallible<ControlFlow<(), Notification>>

Implementors§