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§

struct ChromeTraceGuard { /* private fields */ }