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