parse_net_block

Function parse_net_block 

Source
pub fn parse_net_block<Proc>(
    blob_storage: Arc<BlobStorage>,
    stream: &StreamMetadata,
    block_id: Uuid,
    object_offset: i64,
    processor: &mut Proc,
) -> impl Future<Output = Result<bool, Error>>
where Proc: NetBlockProcessor,
Expand description

Fetches and parses a net event block.