QueryClock

Trait QueryClock 

Source
pub trait QueryClock:
    Debug
    + Send
    + Sync {
    // Required methods
    fn get_transaction_time(&self) -> u64;
    fn get_realtime(&self) -> u64;
}

Required Methods§

Implementors§