Make FileHeaderData cloneable
This commit is contained in:
parent
2ed2b17b85
commit
a8bc7ecc47
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pub enum FileHeaderSpec {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone)]
|
||||
pub enum FileHeaderData {
|
||||
Null,
|
||||
Bool(bool),
|
||||
|
|
Loading…
Reference in a new issue