Skip to main content

IntoTimestamp

Trait IntoTimestamp 

Source
pub trait IntoTimestamp {
    // Required method
    fn into_timestamp(self) -> Timestamp;
}

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 IntoTimestamp for Duration

Source§

impl IntoTimestamp for i64

Source§

impl<T: TimeZone> IntoTimestamp for DateTime<T>

Implementors§