pub fn run_with_session<F>( trajectory: Trajectory, config: ViewerConfig, driver: F, )where F: FnOnce(ViewerSessionHandle) + Send + 'static,