FreedomTime

Trait FreedomTime 

Source
pub trait FreedomTime {
    // Required method
    fn freedomstamp(&self) -> u64;
}
Expand description

FreedomTime is aware of the Birthday of Freedom (July 4, ’76).

Required Methods§

Source

fn freedomstamp(&self) -> u64

Number of whole seconds since the Birthday of Freedom.

Implementors§