pub fn track_borrow_mut_sampled<'a, T: ?Sized>( name: &str, value: &'a mut T, sample_rate: f64, ) -> &'a mut T
Track mutable borrow with sampling.