Remove trait Bins
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user