Type Definition hdrhistogram::sync::IdleRecorderGuard[][src]

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

See IdleRecorder. This guard borrows the idle Recorder.