Function speedtest_rs::speedtest::test_upload_with_progress_and_config[][src]

pub fn test_upload_with_progress_and_config<F>(
    server: &SpeedTestServer,
    progress_callback: F,
    config: &SpeedTestConfig
) -> Result<SpeedMeasurement, Error> where
    F: Fn() + Send + Sync + 'static,