protocol DebugFormattable<Self, F> { ... }
F: Formatter<F>

Types that implement custom debug formatting.

Required methods