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

pub struct ImportType {
    pub vis: Visibility,
    pub name: Ident,
    pub attrs: Vec<Attribute>,
}

Fields

Trait Implementations

impl ToTokens for ImportType
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl ImportedTypes for ImportType
[src]

Auto Trait Implementations

impl !Send for ImportType

impl !Sync for ImportType