Does not compile, type issues
This commit is contained in:
2
disk/src/cache/pbvfs.rs
vendored
2
disk/src/cache/pbvfs.rs
vendored
@@ -62,7 +62,7 @@ impl<BK> Stream for PreBinnedScalarValueFetchedStream<BK>
|
||||
where
|
||||
BK: BinnedStreamKind,
|
||||
{
|
||||
type Item = Result<StreamItem<PreBinnedScalarItem>, Error>;
|
||||
type Item = Result<StreamItem<BK::PreBinnedItem>, Error>;
|
||||
|
||||
fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context) -> Poll<Option<Self::Item>> {
|
||||
use Poll::*;
|
||||
|
||||
Reference in New Issue
Block a user