Module text

Source
Expand description

Structs and traits for EXPLAIN AS TEXT and EXPLAIN AS VERBOSE TEXT.

Traits§

DisplayText
A trait implemented by explanation types that can be rendered as super::ExplainFormat::Text.

Functions§

text_string
Render a type t: T as super::ExplainFormat::Text.
text_string_at
Apply f: F to create a rendering context of type C and render the given tree t: T within that context.