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),
}pub type DataRowResult<T> = Result<T, DataRowError>;enum DataRowResult<T> {
Ok(T),
Err(DataRowError),
}