Skip to main content

ExifRepr

Trait ExifRepr 

Source
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.

Implementors§