Module Exif.Entry.Decoded

module Decoded: sig .. end

type t = {
   tag : int;
   format : Exif.Entry.Pack.format;
   components : int;
   data : string;
}