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

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

A boxed callback that can be run on &mut Any.