Remove trait Bins

This commit is contained in:
Dominik Werder
2021-06-09 20:10:02 +02:00
parent 27bc094b36
commit ba7ea80093
3 changed files with 2 additions and 13 deletions
-5
View File
@@ -17,11 +17,6 @@ pub enum StreamItem<T> {
Stats(StatsItem),
}
// TODO remove in favor of WithLen:
pub trait Bins {
fn bin_count(&self) -> u32;
}
pub trait Collector {
type Input: Collectable;
type Output: Serialize;