Merge pull request #269 from matthiasbeyer/libimagstore/hook/position-clonable
Make HookPosition clonable
This commit is contained in:
commit
9f8a648600
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