Trait nyx_space::cosmic::TimeTagged

source ·
pub trait TimeTagged {
    // Required methods
    fn epoch(&self) -> Epoch;
    fn set_epoch(&mut self, epoch: Epoch);
}
Expand description

A trait allowing for something to have an epoch

Required Methods§

source

fn epoch(&self) -> Epoch

Retrieve the Epoch

source

fn set_epoch(&mut self, epoch: Epoch)

Set the Epoch

Implementors§