Trait scsys_core::time::Temporal

source ·
pub trait Temporal {
    type Timestamp;

    // Required method
    fn timestamp(&self) -> Self::Timestamp;
}
Expand description

Interface for time-related data-structures

Required Associated Types§

Required Methods§

source

fn timestamp(&self) -> Self::Timestamp

Implementors§