Make HookPosition clonable
This commit is contained in:
parent
be551feb83
commit
a96ca837c6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum HookPosition {
|
||||
PreRead,
|
||||
PostRead,
|
||||
|
|
Loading…
Reference in a new issue