common_meta::key::view_info

Type Alias ViewInfoValueDecodeResult

source
pub type ViewInfoValueDecodeResult = Result<Option<DeserializedValueWithBytes<ViewInfoValue>>>;

Aliased Type§

enum ViewInfoValueDecodeResult {
    Ok(Option<DeserializedValueWithBytes<ViewInfoValue>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Option<DeserializedValueWithBytes<ViewInfoValue>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value