re_log_encoding::decoder

Function read_options_async

Source
pub async fn read_options_async(
    reader: &mut (impl AsyncRead + Unpin),
) -> Result<(CrateVersion, EncodingOptions), DecodeError>
Expand description

Read encoding options from the beginning of the stream asynchronously.