pub trait IntoTimePoint {
    fn into_time_point(self) -> u64;
}

Required Methods

Implementations on Foreign Types

Implementors