Derive Debug trait for Writer.

This commit is contained in:
KAMADA Ken'ichi 2017-10-01 21:16:05 +09:00
parent 98cb8b914c
commit 836244fde3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ use tiff::{Field, TIFF_BE_SIG, TIFF_LE_SIG};
use value::Value;
/// The `Writer` struct is used to encode and write Exif data.
#[derive(Debug)]
pub struct Writer<'a> {
tiff_fields: Vec<&'a Field<'a>>,
exif_fields: Vec<&'a Field<'a>>,