struct RenderOptions [src]
Fields
ttyconf: std.io.tty.Config
include_reference_trace: bool = true
include_source_line: bool = true
include_log_text: bool = true
Source
pub const RenderOptions = struct {
ttyconf: std.io.tty.Config,
include_reference_trace: bool = true,
include_source_line: bool = true,
include_log_text: bool = true,
}