Module dot

Source
Expand description

Structs and traits for EXPLAIN AS DOT.

Traits§

DisplayDot
A trait implemented by explanation types that can be rendered as ExplainFormat::Dot.

Functions§

dot_string
Render a type t: T as ExplainFormat::Dot.
dot_string_at
Apply f: F to create a rendering context of type C and render the given type t: T as ExplainFormat::Dot within that context.