jj_lib::stacked_table

Type Alias TableStoreResult

Source
pub type TableStoreResult<T> = Result<T, TableStoreError>;

Aliased Type§

enum TableStoreResult<T> {
    Ok(T),
    Err(TableStoreError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TableStoreError)

Contains the error value