Struct wasm_bindgen_shared::ImportFunction [] [src]

pub struct ImportFunction {
    pub shim: String,
    pub catch: bool,
    pub method: bool,
    pub js_new: bool,
    pub structural: bool,
    pub getter: Option<String>,
    pub setter: Option<String>,
    pub class: Option<String>,
    pub function: Function,
}

Fields

Trait Implementations

Auto Trait Implementations