Struct wasm_bindgen_shared::ImportFunction
[−]
[src]
pub struct ImportFunction { pub shim: String, pub module: Option<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
shim: String
module: Option<String>
catch: bool
method: bool
js_new: bool
structural: bool
getter: Option<String>
setter: Option<String>
class: Option<String>
function: Function