Home
last modified time | relevance | path

Searched defs:FlushGuard (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/tracing/tracing-flame/src/
Dlib.rs251 pub struct FlushGuard<W> struct
276 /// Returns a `FlushGuard` which will flush the `FlameLayer`'s writer when argument
330 impl<W> FlushGuard<W> implementation
352 impl<W> Drop for FlushGuard<W> implementation