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

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

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