WIP
This commit is contained in:
@@ -618,6 +618,10 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
fn fix_numerics(&mut self) {
|
||||
for ((min, max), avg) in self.mins.iter_mut().zip(self.maxs.iter_mut()).zip(self.avgs.iter_mut()) {}
|
||||
}
|
||||
|
||||
fn to_old_time_binned(&self) -> Box<dyn items_0::timebin::TimeBinned> {
|
||||
try_to_old_time_binned!(u8, self, 0);
|
||||
try_to_old_time_binned!(u16, self, 0);
|
||||
|
||||
@@ -199,8 +199,6 @@ impl<T> VecStream<T> {
|
||||
}
|
||||
}
|
||||
|
||||
/*impl<T> Unpin for VecStream<T> where T: Unpin {}*/
|
||||
|
||||
impl<T> Stream for VecStream<T>
|
||||
where
|
||||
T: Unpin,
|
||||
|
||||
Reference in New Issue
Block a user