common_meta::key::table_info

Type Alias TableInfoDecodeResult

source
pub type TableInfoDecodeResult = Result<Option<DeserializedValueWithBytes<TableInfoValue>>>;

Aliased Type§

enum TableInfoDecodeResult {
    Ok(Option<DeserializedValueWithBytes<TableInfoValue>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Option<DeserializedValueWithBytes<TableInfoValue>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value