1 2 3 4
#[wasm_bindgen(setter{{ js_name_attr }})] pub fn set_{{ field_name }}(&mut self, value: {{ param_type }}) { {{ assign_expr }} }