common_meta::state_store

Type Alias PoisonDecodeResult

Source
type PoisonDecodeResult = Result<Option<DeserializedValueWithBytes<PoisonValue>>>;

Aliased Type§

enum PoisonDecodeResult {
    Ok(Option<DeserializedValueWithBytes<PoisonValue>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Option<DeserializedValueWithBytes<PoisonValue>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value