Struct wasm_bindgen_macro_support::BindgenAttrs
source · pub struct BindgenAttrs {
pub attrs: Vec<(Cell<bool>, BindgenAttr)>,
}
Expand description
Parsed attributes from a #[wasm_bindgen(..)]
.
Fields§
§attrs: Vec<(Cell<bool>, BindgenAttr)>
List of parsed attributes
Trait Implementations§
source§impl Default for BindgenAttrs
impl Default for BindgenAttrs
source§fn default() -> BindgenAttrs
fn default() -> BindgenAttrs
Returns the “default value” for a type. Read more