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