pub trait ExifRepr: Sealed { }Expand description
Marker trait for the two valid “EXIF representations” held by
ImageMetadata: Exif (eager) and ExifIter
(lazy). Sealed — users cannot add their own implementations.
pub trait ExifRepr: Sealed { }Marker trait for the two valid “EXIF representations” held by
ImageMetadata: Exif (eager) and ExifIter
(lazy). Sealed — users cannot add their own implementations.