Protocols
protocol DISPLAY_FMT
format!
Write why a character could not be parsed.
Examples
let text = if let Err = "ab". else ;
assert_eq!;
protocol DEBUG_FMT
format!
Write a debug representation of why a character could not be parsed.
Examples
let text = if let Err = "ab". else ;
assert!;