fix(inject): make injection options clonable
This commit is contained in:
parent
efb2888e17
commit
0829816bac
|
@ -48,6 +48,7 @@ pub trait Injector {
|
|||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct InjectionOptions {
|
||||
// Delay between injected events
|
||||
pub delay: i32,
|
||||
|
|
Loading…
Reference in New Issue
Block a user