Enum wasm_bindgen_backend::ast::ImportFunctionKind [] [src]

pub enum ImportFunctionKind {
    Method {
        class: String,
        ty: Type,
    },
    JsConstructor {
        class: String,
        ty: Type,
    },
    Normal,
}

Variants

Fields of Method

Fields of JsConstructor

Trait Implementations

Auto Trait Implementations