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 theFmtWithCtx
trait. - Into
Formatter
AstFormatter
contains the context required to pretty-print the ast. An ast type can then
be pretty-printed using the FmtWithCtx
trait.