fuel_core_poa::ports

Trait GetTime

source
pub trait GetTime: Send + Sync {
    // Required method
    fn now(&self) -> Tai64;
}

Required Methods§

source

fn now(&self) -> Tai64

Implementors§