Module fmt

Source
Expand description

Custom formatting traits used when outputting Graphviz diagrams with the results of a dataflow analysis.

Structs§

DebugDiffWithAdapter
Implements fmt::Debug by deferring to <T as DebugWithContext<C>>::fmt_diff_with.
DebugWithAdapter
Implements fmt::Debug by deferring to <T as DebugWithContext<C>>::fmt_with.

Traits§

DebugWithContext
An extension to fmt::Debug for data that can be better printed with some auxiliary data C.