Make HookPosition clonable

This commit is contained in:
Matthias Beyer 2016-03-24 17:56:31 +01:00
parent be551feb83
commit a96ca837c6

View file

@ -1,4 +1,4 @@
#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum HookPosition {
PreRead,
PostRead,