Type Alias rerun::external::re_log_types::DataRowResult

source ·
pub type DataRowResult<T> = Result<T, DataRowError>;

Aliased Type§

enum DataRowResult<T> {
    Ok(T),
    Err(DataRowError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(DataRowError)

Contains the error value