Struct wasm_bindgen_backend::ast::ImportType [] [src]

pub struct ImportType {
    pub vis: Visibility,
    pub name: Ident,
}

Fields

Trait Implementations

impl ToTokens for ImportType
[src]

[src]

Write self to the given TokenStream. Read more

[src]

Convert self directly into a TokenStream object. Read more

Auto Trait Implementations

impl !Send for ImportType

impl !Sync for ImportType