1// pub fn ontouchstart(&self, handle: Box<dyn FnMut(web_sys::Event)>) -> &Self { 2// let a = Closure::wrap(handle as Box<dyn FnMut(web_sys::Event)>); 3// self.ele.set_ontouchstart(Some(a.as_ref().unchecked_ref())); 4// a.forget(); 5// self 6// } 7 8pub fn set_timeout() {}