Trait py_raphtory::utils::WindowSetOps
source · pub trait WindowSetOps {
// Required methods
fn build_iter(&self) -> PyGenericIterator;
fn time_index(&self, center: bool) -> PyGenericIterable;
}pub trait WindowSetOps {
// Required methods
fn build_iter(&self) -> PyGenericIterator;
fn time_index(&self, center: bool) -> PyGenericIterable;
}