pub trait IntoTimestamp {
// Required method
fn into_timestamp(self) -> Timestamp;
}Required Methods§
fn into_timestamp(self) -> Timestamp
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".