pub trait SystemTimeExt {
    // Required method
    fn timestamp(&self) -> u64;
}
Available on crate feature file only.

Required Methods§

source

fn timestamp(&self) -> u64

Implementations on Foreign Types§

source§

impl SystemTimeExt for SystemTime

source§

fn timestamp(&self) -> u64

Convert SystemTime to timestamp in seconds.

Implementors§