Function from_extended_record

Source
pub fn from_extended_record(
    bytes: &[u8],
) -> Result<(LogsData, &[u8]), MessageError>
Expand description

Constructs a LogsData from the provided bytes, assuming the bytes are in the format specified as in the [log encoding], and come from

an Archivist LogStream with moniker, URL, and dropped logs output enabled. [log encoding] https://fuchsia.dev/fuchsia-src/development/logs/encodings