Trait indicator::window::mode::tumbling::TumblingWindow[][src]

pub trait TumblingWindow: Clone {
    fn same_window(&self, lhs: &Tick, rhs: &Tick) -> bool;
}
Expand description

Tumbling window mode.

Required methods

Is in the same window.

Implementors