Remove BinSpecDimT in favor of BinnedRange

This commit is contained in:
Dominik Werder
2021-04-29 09:50:17 +02:00
parent de952a6e64
commit 3b2059f76d
5 changed files with 4 additions and 63 deletions

View File

@@ -3,7 +3,7 @@ use err::Error;
use futures_core::Stream;
use futures_util::StreamExt;
use netpod::log::*;
use netpod::{BinSpecDimT, BinnedRange};
use netpod::BinnedRange;
use std::pin::Pin;
use std::task::{Context, Poll};