pub type TimePrecision = TimePrecisionV2;

Aliased Type§

enum TimePrecision {
    Minute,
    Second,
}

Variants§

§

Minute

§

Second