Skip to main content

set_tui_quiet

Function set_tui_quiet 

Source
pub fn set_tui_quiet(quiet: bool)
Expand description

Mark the global tracing writer as suppressed (TUI active) or normal. Called by tui::run() via the RAII guard below; exposed publicly in case other long-running surfaces (e.g. an HTTP server’s interactive console) want the same behaviour.