Expand description
Structs and traits for EXPLAIN AS DOT
.
Traits§
- A trait implemented by explanation types that can be rendered as
ExplainFormat::Dot
.
Functions§
- Render a type
t: T
asExplainFormat::Dot
. - Apply
f: F
to create a rendering context of typeC
and render the given typet: T
asExplainFormat::Dot
within that context.