pub type IdleRecorderGuard<'a, C> = IdleRecorder<&'a mut Recorder<C>, C>;
Expand description

See IdleRecorder. This guard borrows the idle Recorder.

Aliased Type§

struct IdleRecorderGuard<'a, C> { /* private fields */ }