Module formatter

Source

Structs§

FmtCtx
Context for formatting.

Traits§

AstFormatter
An AstFormatter contains the context required to pretty-print the ast. An ast type can then be pretty-printed using the FmtWithCtx trait.
IntoFormatter