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

See IdleRecorder. This guard borrows the idle Recorder.