pub fn compact_error_message(message: &str) -> StringExpand description
Truncates a long error message, keeping head and tail around an elision
marker. Messages at or under COMPACT_MESSAGE_CAP characters pass
through unchanged.
pub fn compact_error_message(message: &str) -> StringTruncates a long error message, keeping head and tail around an elision
marker. Messages at or under COMPACT_MESSAGE_CAP characters pass
through unchanged.