| 425 | #[derive(Eq, PartialEq, Ord, PartialOrd, Copy, Clone)] |
| 426 | #[cfg_attr(not(feature = "verify"), derive(Debug))] |
| 427 | pub struct Timestamp(u64); |
| 428 | |
| 429 | impl Timestamp { |
| 430 | pub fn new(nsec: u64) -> Timestamp { |
no outgoing calls
no test coverage detected