Searched refs:HrTimerPointer (Results 1 – 3 of 3) sorted by relevance
7 use super::HrTimerPointer;50 impl<T> HrTimerPointer for Arc<T>
7 use super::HrTimerPointer;59 impl<T, A> HrTimerPointer for Pin<Box<T, A>>
179 pub trait HrTimerPointer: Sync + Sized { trait