Remove traits EventsTimeBinner and BinsTimeBinner

This commit is contained in:
Dominik Werder
2021-06-09 20:21:24 +02:00
parent 131283fab9
commit 19ef985625
7 changed files with 8 additions and 199 deletions

View File

@@ -17,7 +17,6 @@ use std::pin::Pin;
use std::task::{Context, Poll};
use std::time::{Duration, Instant};
pub mod binnedt;
pub mod binnedt2;
pub mod binnedt3;
pub mod binnedt4;