cursive::event::Callback [] [src]

type Callback = Box<Fn(&mut Cursive)>;

Callback is a function that can be triggered by an event. It has a mutable access to the cursive root.