Expand description
Output format implementations.
Structs§
- Console
Output - Console output formatter.
- CsvOutput
- CSV output formatter.
- Html
Output - HTML output formatter.
- Json
Output - JSON output formatter.
- Markdown
Output - Markdown output formatter.
- Output
Options - Output options.
Traits§
- Output
Format - Trait for output formatters.
Functions§
- create_
output - Create an output formatter for the given type.