pub fn process_decode_io_result<T>(result: Result<T>) -> EncodingResult<T> where
    T: Debug
Expand description

Converts an IO encoding error (and logs when in error) into an EncodingResult