Module debug_with

Module debug_with 

Source
Expand description

Utilities for implementing Debug via a closure.

This provides a stable alternative to the debug_closures feature: https://github.com/rust-lang/rust/issues/117729.

Structsยง

DebugWith
A wrapper that implements Debug via a closure.