Type Alias nstd_sys::time::NSTDTime

source ·
pub type NSTDTime = NSTDUnixTime;
Available on crate feature time only.
Expand description

A structure representing system time since January 1st 1970.

Trait Implementations§

source§

impl From<SystemTime> for NSTDTime

source§

fn from(value: SystemTime) -> Self

Converts a SystemTime into an NSTDTime object.