pub type ValidationResult = Result<usize, (usize, Error)>;
Expand description

Either Ok(amount_of_bytes) or Err(position, ErrorCode)