Refactor during bug search

This commit is contained in:
Dominik Werder
2021-04-26 15:22:46 +02:00
parent 98d3fe8321
commit 9e60831d88
9 changed files with 457 additions and 419 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Aggregation and binning support.
*/
use crate::EventFull;
use super::eventchunker::EventFull;
use bytes::{BufMut, Bytes, BytesMut};
use err::Error;
use futures_core::Stream;