Enum tiff::decoder::DecodingResult [−][src]
Result of a decoding process
Variants
U8(Vec<u8>)A vector of unsigned bytes
U16(Vec<u16>)A vector of unsigned words
Trait Implementations
impl Debug for DecodingResult[src]
impl Debug for DecodingResultAuto Trait Implementations
impl Send for DecodingResult
impl Send for DecodingResultimpl Sync for DecodingResult
impl Sync for DecodingResult