pub trait DateIndexed { // Required methods fn date_idx(&self) -> usize; fn bytes(&self) -> u64; }
A trait for structs which hold the index of a date