[][src]Type Definition cursive::event::AnyCb

type AnyCb<'a> = &'a mut dyn FnMut(&mut dyn Any);

A callback that can be run on &mut Any.

It is meant to be used as parameter in View::call_on_any, and not much else.