Trait IntoTime

Source
pub trait IntoTime {
    // Required method
    fn into_time(self) -> i64;
}

Required Methods§

Source

fn into_time(self) -> i64

Implementations on Foreign Types§

Source§

impl IntoTime for i64

Source§

impl IntoTime for NaiveDateTime

Source§

impl<Tz: TimeZone> IntoTime for DateTime<Tz>

Implementors§