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

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

Abstracts over the current time.

Required methods

fn now(&self) -> Time

Get the current time.

Loading content...

Implementors

impl Clock for SystemClock[src]

Loading content...