Struct xswag_base::diag::PrintOptions
[−]
[src]
pub struct PrintOptions { pub unicode: bool, pub color: bool, pub line_wrap: bool, }
Options for printing on the terminal. By default()
everything is enabled.
Fields
unicode | Use of unicode allowed? |
color | Use of colors allowed? |
line_wrap | Is line wrapping allowed? |