[][src]Type Definition opencv::viz::KeyboardCallback

type KeyboardCallback = dyn FnMut(KeyboardEvent, &mut c_void) + Send + Sync + 'static;