Skip to main content

ChromeTraceGuard

Type Alias ChromeTraceGuard 

Source
pub type ChromeTraceGuard = FlushGuard;
Expand description

Guard that flushes Chrome trace file when dropped.

Store this guard in a variable that lives for the duration of your program. When it’s dropped, the trace file will be completed and closed.

Aliased Type§

pub struct ChromeTraceGuard { /* private fields */ }