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