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