Skip to main content

DeltaTimeOf

Type Alias DeltaTimeOf 

Source
pub type DeltaTimeOf<T> = TimeOf<T>;
Expand description

Represents time which can be used as an instant or a duration.

Provides conversion to other time units (seconds, minutes, days…).

Aliased Type§

pub struct DeltaTimeOf<T>(/* private fields */);