Searched defs:RtxTimer (Results 1 – 1 of 1) sorted by relevance
106 pub(crate) struct RtxTimer<T: 'static + RtxTimerObserver + Send> { struct108 pub(crate) id: RtxTimerId, argument113 impl<T: 'static + RtxTimerObserver + Send> RtxTimer<T> { impl