parse_block

Function parse_block 

Source
pub fn parse_block<F>(
    stream: &StreamMetadata,
    payload: &BlockPayload,
    fun: F,
) -> Result<bool, Error>
where F: FnMut(Value) -> Result<bool, Error>,
Expand description

Parses a block of telemetry data, calling a function for each object in the block.