pub trait GetAdjustedTime {
    fn get_adjusted_time(&mut self) -> i64;
}

Required Methods§

| Get adjusted time. |

Implementors§