common_meta::key::flow::flow_info

Type Alias FlowInfoDecodeResult

source
pub type FlowInfoDecodeResult = Result<Option<DeserializedValueWithBytes<FlowInfoValue>>>;

Aliased Type§

enum FlowInfoDecodeResult {
    Ok(Option<DeserializedValueWithBytes<FlowInfoValue>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Option<DeserializedValueWithBytes<FlowInfoValue>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value