[][src]Trait lockbook_core::service::clock_service::Clock

pub trait Clock {
    fn get_time() -> u128;
}

Required methods

fn get_time() -> u128

Loading content...

Implementors

impl Clock for ClockImpl[src]

Loading content...