Struct wasm_bindgen_backend::ast::ImportFunction[][src]

pub struct ImportFunction {
    pub function: Function,
    pub rust_name: Ident,
    pub js_ret: Option<Type>,
    pub catch: bool,
    pub structural: bool,
    pub kind: ImportFunctionKind,
    pub shim: Ident,
}

Fields

Trait Implementations

impl ToTokens for ImportFunction
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl ImportedTypes for ImportFunction
[src]

Auto Trait Implementations