pub const DEFAULT_DIFF_FORMAT: DiffFormat;Expand description
Default diff format.
When the crate feature colored is enabled, the default diff format
highlights unexpected values in red and
missing values in green.
Without the crate feature colored enabled, the default diff format does not
highlight any differences in the messages for failed assertions.