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

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