Searched defs:ClockSequence (Results 1 – 1 of 1) sorted by relevance
304 pub trait ClockSequence { interface314 impl<'a, T: ClockSequence + ?Sized> ClockSequence for &'a T { impl