pub type IdleRecorderGuard<'a, C> = IdleRecorder<&'a mut Recorder<C>, C>;Expand description
See IdleRecorder. This guard borrows the idle Recorder.
Aliased Typeยง
pub struct IdleRecorderGuard<'a, C> { /* private fields */ }pub type IdleRecorderGuard<'a, C> = IdleRecorder<&'a mut Recorder<C>, C>;See IdleRecorder. This guard borrows the idle Recorder.
pub struct IdleRecorderGuard<'a, C> { /* private fields */ }