(&self)
| 89 | #[must_use] |
| 90 | #[inline] |
| 91 | pub const fn as_millis(&self) -> u128 { |
| 92 | (self.0 / 1_000_000) as u128 |
| 93 | } |
| 94 | |
| 95 | /// Returns the number of whole microseconds contained by this `Duration`. |
| 96 | #[must_use] |
no outgoing calls
no test coverage detected