Type Definition v9::event::Handler[][src]

type Handler<E> = Box<dyn FnMut(&Universe, &mut E) + Send + Sync>;