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 */ }
pub type IdleRecorderGuard<'a, C> = IdleRecorder<&'a mut Recorder<C>, C>;
See IdleRecorder
. This guard borrows the idle Recorder
.
struct IdleRecorderGuard<'a, C> { /* private fields */ }