Skip to content

Commit 87fbcb2

Browse files
committed
ifd: derive serde and Clone for IfdError
Signed-off-by: Daniel Maslowski <[email protected]>
1 parent 9d69232 commit 87fbcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ifd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ impl Display for IFD {
235235

236236
const OFFSET: usize = 16;
237237

238-
#[derive(Debug)]
238+
#[derive(Serialize, Deserialize, Clone, Debug)]
239239
pub enum IfdError {
240240
NoIfd(String),
241241
}

0 commit comments

Comments
 (0)