Improve scylla read

This commit is contained in:
Dominik Werder
2023-02-27 16:02:41 +01:00
parent 16719b384c
commit 9c1522f9bb
5 changed files with 147 additions and 77 deletions

View File

@@ -178,6 +178,8 @@ pub trait Events:
fn partial_eq_dyn(&self, other: &dyn Events) -> bool;
fn serde_id(&self) -> &'static str;
fn nty_id(&self) -> u32;
fn tss(&self) -> &VecDeque<u64>;
fn pulses(&self) -> &VecDeque<u64>;
}
pub trait EventsNonObj {