electron_sys/interface/
create_interrupted_download_options.rs1use wasm_bindgen::prelude::*;
2
3#[wasm_bindgen]
4#[derive(Clone, Debug, Eq, PartialEq)]
5pub struct CreateInterruptedDownloadOptions {}
6
7#[wasm_bindgen]
8impl CreateInterruptedDownloadOptions {
9}