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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§