pub trait GetTimeFirstKey {
    // Required method
    fn get_time_first_key(&self) -> i64;
}

Required Methods§

Implementors§