NSTDOptionalTime

Type Alias NSTDOptionalTime 

Source
pub type NSTDOptionalTime = NSTDUnixOptionalTime;
Available on crate feature time only.
Expand description

Represents an optional value of type NSTDTime.

Aliased Type§

#[repr(C, u8)]
pub enum NSTDOptionalTime { None, Some(NSTDUnixTime), }

Variants§

§

None

The uninitialized variant.

§

Some(NSTDUnixTime)

The initialized variant.