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