Skip to main content

MillisNonZero

Type Alias MillisNonZero 

Source
pub type MillisNonZero = NonZeroU32;
Expand description

Milliseconds stored as a NonZeroU32.

Compact (4-byte) representation for timeout durations that are always positive. Max representable value is ~49.7 days.

Aliased Typeยง

pub struct MillisNonZero(/* private fields */);