Struct wasm_bindgen_shared::ImportFunction[][src]

pub struct ImportFunction {
    pub shim: String,
    pub catch: bool,
    pub method: Option<MethodData>,
    pub structural: bool,
    pub function: Function,
}

Fields

Auto Trait Implementations