Type Alias rustbus::wire::validate_raw::ValidationResult
source · pub type ValidationResult = Result<usize, (usize, UnmarshalError)>;
Expand description
Either Ok(amount_of_bytes) or Err(position, ErrorCode)