Trait rlink::core::window::TWindow[][src]

pub trait TWindow: Debug + Clone {
    fn max_timestamp(&self) -> u64;
fn min_timestamp(&self) -> u64; }

Required methods

Implementors