Structs§
- FmtCtx
- Context for formatting.
Traits§
- AstFormatter
- An
AstFormattercontains the context required to pretty-print the ast. An ast type can then be pretty-printed using theFmtWithCtxtrait. - Into
Formatter
AstFormatter contains the context required to pretty-print the ast. An ast type can then
be pretty-printed using the FmtWithCtx trait.