Make HookPosition clonable

This commit is contained in:
Matthias Beyer 2016-03-24 17:56:31 +01:00
parent be551feb83
commit a96ca837c6
1 changed files with 1 additions and 1 deletions

View File

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