Struct wasm_bindgen_macro_support::BindgenAttrs[][src]

pub struct BindgenAttrs {
    pub attrs: Vec<BindgenAttr>,
}

Parsed attributes from a #[wasm_bindgen(..)].

Fields

List of parsed attributes

Trait Implementations

impl Default for BindgenAttrs
[src]

Returns the "default value" for a type. Read more

impl Synom for BindgenAttrs
[src]

A short name of the type being parsed. Read more

Auto Trait Implementations

impl !Send for BindgenAttrs

impl !Sync for BindgenAttrs