Module tracing_subscriber::fmt::time [−][src]
Formatters for event timestamps.
Structs
| ChronoLocal | Retrieve and print the current local time. |
| ChronoUtc | Retrieve and print the current UTC time. |
| SystemTime | Retrieve and print the current wall-clock time. |
| Uptime | Retrieve and print the relative elapsed wall-clock time since an epoch. |
Traits
| FormatTime | A type that can measure and format the current time. |
Functions
| time | Returns a new |
| uptime | Returns a new |