pub fn parse_block<F>( stream: &StreamMetadata, payload: &BlockPayload, fun: F, ) -> Result<bool, Error>where F: FnMut(Value) -> Result<bool, Error>,
Parses a block of telemetry data, calling a function for each object in the block.