WIP checks but has many todo panics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::cache::pbvfs::PreBinnedFrame;
|
||||
use crate::cache::pbvfs::PreBinnedItem;
|
||||
use crate::cache::BinnedBytesForHttpStreamFrame;
|
||||
use crate::frame::inmem::InMemoryFrame;
|
||||
use crate::raw::conn::RawConnOut;
|
||||
@@ -27,7 +27,7 @@ impl FrameType for RawConnOut {
|
||||
const FRAME_TYPE_ID: u32 = 0x04;
|
||||
}
|
||||
|
||||
impl FrameType for PreBinnedFrame {
|
||||
impl FrameType for Result<PreBinnedItem, Error> {
|
||||
const FRAME_TYPE_ID: u32 = 0x05;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user