Expand description
Custom formatting traits used when outputting Graphviz diagrams with the results of a dataflow analysis.
Structs§
- Implements
fmt::Debugby deferring to<T as DebugWithContext<C>>::fmt_diff_with. - Implements
fmt::Debugby deferring to<T as DebugWithContext<C>>::fmt_with.
Traits§
- An extension to
fmt::Debugfor data that can be better printed with some auxiliary dataC.
Functions§
- fmt_
diff 🔒