Home
last modified time | relevance | path

Searched refs:ReadableFn (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/rexif-0.7.3/src/
H A Dexif.rs5 type ReadableFn = fn(&TagValue) -> Option<Cow<'static, str>>; typedef
12 pub fn tag_to_exif(f: u16) -> (ExifTag, &'static str, IfdFormat, i32, i32, ReadableFn) in tag_to_exif() argument