[][src]Trait tendermint_light_client::components::clock::Clock

pub trait Clock: Send + Sync {
    pub fn now(&self) -> Time;
}

Abstracts over the current time.

Required methods

pub fn now(&self) -> Time[src]

Get the current time.

Loading content...

Implementors

impl Clock for SystemClock[src]

Loading content...