run_with_session

Function run_with_session 

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