Home
last modified time | relevance | path

Searched defs:ClockSequence (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/uuid/src/
Dtimestamp.rs304 pub trait ClockSequence { interface
314 impl<'a, T: ClockSequence + ?Sized> ClockSequence for &'a T { impl