pub type TimestampsResult = Result<Duration, TimestampsError>;
Expand description
Result when collecting timestamps.
Aliased Type§
enum TimestampsResult {
Ok(Duration),
Err(TimestampsError),
}
pub type TimestampsResult = Result<Duration, TimestampsError>;
Result when collecting timestamps.
enum TimestampsResult {
Ok(Duration),
Err(TimestampsError),
}