(g: &mut quickcheck::Gen)
| 47 | |
| 48 | impl quickcheck::Arbitrary for Timestamp { |
| 49 | fn arbitrary(g: &mut quickcheck::Gen) -> Self { |
| 50 | Self(u64::arbitrary(g).saturating_add(1)) |
| 51 | } |
| 52 | } |
| 53 | } |
nothing calls this directly
no outgoing calls
no test coverage detected