Type Alias rerun::sdk::log::ChunkBatcherResult

source ·
pub type ChunkBatcherResult<T> = Result<T, ChunkBatcherError>;

Aliased Type§

enum ChunkBatcherResult<T> {
    Ok(T),
    Err(ChunkBatcherError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ChunkBatcherError)

Contains the error value