Add dyn keyword where necessary
This commit is contained in:
parent
de120280e3
commit
e89674d337
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ use wasm_bindgen::JsCast;
|
|||
#[derive(Debug)]
|
||||
pub struct Timeout {
|
||||
handle: i32,
|
||||
_closure: Closure<FnMut()>,
|
||||
_closure: Closure<dyn FnMut()>,
|
||||
}
|
||||
|
||||
impl Timeout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue