Skip to main content

Module debug

Module debug 

Source

Structs§

TruncatedSlice
Debug-formats the given slice, but only up to the first max_len elements. Any further elements are replaced by an ellipsis.
TruncatedStr
Debug-formats the given str, but only up to the first max_len elements. Any further elements are replaced by an ellipsis.

Functions§

slice_truncated
See TruncatedSlice. Useful for #[instrument]:
str_truncated
See TruncatedStr. Useful for #[instrument]: