Skip to main content

IntoTime

Trait IntoTime 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoTime for NaiveDateTime

Source§

impl IntoTime for i64

Source§

impl<T: IntoTime> IntoTime for (T, usize)

Source§

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

Implementors§