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 {
|
pub enum HookPosition {
|
||||||
PreRead,
|
PreRead,
|
||||||
PostRead,
|
PostRead,
|
||||||
|
|
Loading…
Reference in a new issue